export declare class TransferAda { from: string; privateKey: string; to: string; amount: number; } //# sourceMappingURL=TransferAda.d.ts.map