import type { AnyObject, ErrorObject } from '../types/index.js'; /** * Validates path-template semantics that are not enforced by the JSON schema. */ export declare function validatePathParameters(specification: AnyObject): ErrorObject[]; //# sourceMappingURL=validate-path-parameters.d.ts.map