export type BanType = 'user' | 'role';
export declare class EconomyBan {
    id: number;
    guildId: string;
    type: BanType;
    targetId: string;
    reason: string | null;
    createdAt: Date;
}
//# sourceMappingURL=EconomyBan.d.ts.map