import { Currency } from './Currency';
import { FlowMnemonicOrPrivateKeyOrSignatureId } from './FlowMnemonicOrPrivateKeyOrSignatureId';
export declare class TransferFlow extends FlowMnemonicOrPrivateKeyOrSignatureId {
    to: string;
    amount: string;
    currency: Currency;
}
