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