QueryClientParamsResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryClientParamsResponse;
    encode(message: QueryClientParamsResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryClientParamsResponseAmino): QueryClientParamsResponse;
    fromAminoMsg(object: QueryClientParamsResponseAminoMsg): QueryClientParamsResponse;
    fromPartial(object: {
        params?: {
            allowedClients?: string[];
        };
    }): QueryClientParamsResponse;
    fromProtoMsg(message: QueryClientParamsResponseProtoMsg): QueryClientParamsResponse;
    toAmino(message: QueryClientParamsResponse): QueryClientParamsResponseAmino;
    toAminoMsg(message: QueryClientParamsResponse): QueryClientParamsResponseAminoMsg;
    toProto(message: QueryClientParamsResponse): Uint8Array;
    toProtoMsg(message: QueryClientParamsResponse): QueryClientParamsResponseProtoMsg;
}