import { TelescopeGeneratedType } from "../../../types"; import { MsgIncreaseCounter } from "./tx"; export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType]>; export declare const MessageComposer: { encoded: { increaseCount(value: MsgIncreaseCounter): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { increaseCount(value: MsgIncreaseCounter): { typeUrl: string; value: MsgIncreaseCounter; }; }; fromPartial: { increaseCount(value: MsgIncreaseCounter): { typeUrl: string; value: MsgIncreaseCounter; }; }; };