import { FlowMnemonicOrPrivateKeyOrSignatureId } from './FlowMnemonicOrPrivateKeyOrSignatureId';
export declare class FlowArgs {
    value: string | string[];
    type: string;
    subType?: string;
}
export declare class TransferFlowCustomTx extends FlowMnemonicOrPrivateKeyOrSignatureId {
    transaction: string;
    args: FlowArgs[];
}
