export declare class CreatePayoutDto {
    amount: number;
    connectedAccountId: string;
    method?: string;
    description?: string;
}
