import { QueryParams } from './http-json'; export declare function addSearchParams(url: URL, query?: Record): void; /** * Converts record of parameters to query string format. * - undefined values are ignored * - values are converted to strings */ export declare function prepareQueryParams>(params?: T): QueryParams; //# sourceMappingURL=http-query.d.ts.map