export declare class TransferRequestDTO { to: string; amount: string; passphrase: string; feeRate?: string; metadata?: string; }