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