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