export declare class AddTopupEscrowAmountDto {
    amount: number;
    escrowWalletUuid: string;
}
