import { Msg } from '../../../cosmos/v1beta1/types/msg'; import { InitConfigurations } from '../../../core/cro'; import * as legacyAmino from '../../../cosmos/amino'; export declare const msgBurnNFT: (config: InitConfigurations) => { new (options: MsgBurnNFTOptions): { id: string; denomId: string; sender: string; toRawMsg(): Msg; toRawAminoMsg(): legacyAmino.Msg; validateAddress(): void; }; }; export declare type MsgBurnNFTOptions = { id: string; denomId: string; sender: string; }; //# sourceMappingURL=MsgBurnNFT.d.ts.map