import { TelescopeGeneratedType } from "../../../types"; import { MsgFundCommunityPool, MsgCommunityPoolSpend, MsgCreateContinuousFund, MsgCancelContinuousFund, MsgUpdateParams } from "./tx"; export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType]>; export declare const MessageComposer: { encoded: { fundCommunityPool(value: MsgFundCommunityPool): { typeUrl: string; value: Uint8Array; }; communityPoolSpend(value: MsgCommunityPoolSpend): { typeUrl: string; value: Uint8Array; }; createContinuousFund(value: MsgCreateContinuousFund): { typeUrl: string; value: Uint8Array; }; cancelContinuousFund(value: MsgCancelContinuousFund): { typeUrl: string; value: Uint8Array; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { fundCommunityPool(value: MsgFundCommunityPool): { typeUrl: string; value: MsgFundCommunityPool; }; communityPoolSpend(value: MsgCommunityPoolSpend): { typeUrl: string; value: MsgCommunityPoolSpend; }; createContinuousFund(value: MsgCreateContinuousFund): { typeUrl: string; value: MsgCreateContinuousFund; }; cancelContinuousFund(value: MsgCancelContinuousFund): { typeUrl: string; value: MsgCancelContinuousFund; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: MsgUpdateParams; }; }; fromPartial: { fundCommunityPool(value: MsgFundCommunityPool): { typeUrl: string; value: MsgFundCommunityPool; }; communityPoolSpend(value: MsgCommunityPoolSpend): { typeUrl: string; value: MsgCommunityPoolSpend; }; createContinuousFund(value: MsgCreateContinuousFund): { typeUrl: string; value: MsgCreateContinuousFund; }; cancelContinuousFund(value: MsgCancelContinuousFund): { typeUrl: string; value: MsgCancelContinuousFund; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: MsgUpdateParams; }; }; };