QueryCommunityPoolRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryCommunityPoolRequest;
    encode(_: QueryCommunityPoolRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: QueryCommunityPoolRequestAmino): QueryCommunityPoolRequest;
    fromAminoMsg(object: QueryCommunityPoolRequestAminoMsg): QueryCommunityPoolRequest;
    fromPartial(_: {}): QueryCommunityPoolRequest;
    fromProtoMsg(message: QueryCommunityPoolRequestProtoMsg): QueryCommunityPoolRequest;
    toAmino(_: QueryCommunityPoolRequest): QueryCommunityPoolRequestAmino;
    toAminoMsg(message: QueryCommunityPoolRequest): QueryCommunityPoolRequestAminoMsg;
    toProto(message: QueryCommunityPoolRequest): Uint8Array;
    toProtoMsg(message: QueryCommunityPoolRequest): QueryCommunityPoolRequestProtoMsg;
}