import { JsonPatcher } from '../../../patch/incremental-json-patch/json-patcher'; import { OpenAPIV3 } from '@useoptic/openapi-utilities'; import { ApiTraffic } from '../../../traffic/types'; export declare function newAddAllQueryParameters(patcher: JsonPatcher, method: OpenAPIV3.HttpMethods, path: string, example: ApiTraffic): void; export declare function newQueryParameter(name: string, value: string | boolean | number, required: boolean): OpenAPIV3.ParameterObject; export declare function patchAdditionalQueryParameter(patcher: JsonPatcher, method: OpenAPIV3.HttpMethods, path: string, name: string, exampleValue: string | boolean | number): void; //# sourceMappingURL=new-query-parameters.d.ts.map