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