export declare class WithdrawalAddress {
    Id: string;
    Currency: string;
    Name: string;
    Type: string;
    Address: string;
    CreatedAt: Date;
}
