MsgFundCommunityPool: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgFundCommunityPool;
    encode(message: MsgFundCommunityPool, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MsgFundCommunityPoolAmino): MsgFundCommunityPool;
    fromAminoMsg(object: MsgFundCommunityPoolAminoMsg): MsgFundCommunityPool;
    fromPartial(object: {
        amount?: {
            amount?: string;
            denom?: string;
        }[];
        depositor?: string;
    }): MsgFundCommunityPool;
    fromProtoMsg(message: MsgFundCommunityPoolProtoMsg): MsgFundCommunityPool;
    toAmino(message: MsgFundCommunityPool): MsgFundCommunityPoolAmino;
    toAminoMsg(message: MsgFundCommunityPool): MsgFundCommunityPoolAminoMsg;
    toProto(message: MsgFundCommunityPool): Uint8Array;
    toProtoMsg(message: MsgFundCommunityPool): MsgFundCommunityPoolProtoMsg;
}