import { Currency } from './Currency';
import { FlowMnemonicOrPrivateKeyOrSignatureId } from './FlowMnemonicOrPrivateKeyOrSignatureId';
export declare class FlowDeployNft extends FlowMnemonicOrPrivateKeyOrSignatureId {
    chain: Currency;
}
