export declare class TransferAda {
    from: string;
    privateKey: string;
    to: string;
    amount: number;
}
