export interface ITransferOption {
    url?: string;
    from?: string;
    dest?: string;
    mosaic: string;
    amount: string;
    readfile?: string;
    message?: string;
    bod: boolean;
}
//# sourceMappingURL=ITransferOption.d.ts.map