import { Currency } from './Currency';
import { FlowMnemonicOrPrivateKeyOrSignatureId } from './FlowMnemonicOrPrivateKeyOrSignatureId';
export declare class FlowTransferNft extends FlowMnemonicOrPrivateKeyOrSignatureId {
    to: string;
    tokenId: string;
    chain: Currency;
    contractAddress: string;
}
