export declare class DepositAddress {
    Currency: string;
    Address: string;
    CreatedAt: Date;
    Type: string;
}
