import type { HTTPQuery } from '../pinecone-generated-ts-fetch/db_control';
export declare function queryParamsStringify(params: HTTPQuery, prefix?: string): string;
