import { TelescopeGeneratedType } from "../../../types.js"; import { MsgBurn } from "./tx.js"; //#region src/xpla/burn/v1beta1/tx.registry.d.ts declare const registry: ReadonlyArray<[string, TelescopeGeneratedType]>; declare const MessageComposer: { encoded: { burn(value: MsgBurn): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { burn(value: MsgBurn): { typeUrl: string; value: MsgBurn; }; }; fromPartial: { burn(value: MsgBurn): { typeUrl: string; value: MsgBurn; }; }; }; //#endregion export { MessageComposer, registry };