/* Copyright IBM Corp. 2018 */ import { HttpParams } from '@angular/common/http'; import { Query } from './../../api'; export declare type QueryInput = string | string[] | null | undefined | URLSearchParams | Query | HttpParams;