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