/** * Decodes reserved character percent-encodings only for query keys marked with * OpenAPI's `allowReserved: true`. */ export declare const applyAllowReservedToUrl: (url: string, allowReservedQueryParameters: Set) => string; //# sourceMappingURL=apply-allow-reserved-to-url.d.ts.map