QueryParamsResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryParamsResponse;
    encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
    fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse;
    fromPartial(object: {
        params?: {
            beginBlockGasLimit?: bigint;
            contractUnsuspendCost?: bigint;
            defaultGasPerCancel?: bigint;
            defaultGasPerOrder?: bigint;
            defaultGasPerOrderDataByte?: bigint;
            endBlockGasLimit?: bigint;
            gasAllowancePerSettlement?: bigint;
            maxOrderPerPrice?: bigint;
            maxPairsPerContract?: bigint;
            minProcessableRent?: bigint;
            minRentDeposit?: bigint;
            orderBookEntriesPerLoad?: bigint;
            priceSnapshotRetention?: bigint;
            sudoCallGasPrice?: string;
        };
    }): QueryParamsResponse;
    fromProtoMsg(message: QueryParamsResponseProtoMsg): QueryParamsResponse;
    toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
    toProto(message: QueryParamsResponse): Uint8Array;
    toProtoMsg(message: QueryParamsResponse): QueryParamsResponseProtoMsg;
}