export declare class BalanceDto { id: string; userId: string; amount: number; currency: string; createdAt: Date; updatedAt: Date; }