import type { ErrorOr } from './types.js'; export type PathParam = { index: number; name: string; }; export declare const formatPatternDiffWithPath: (patternSegments: readonly string[], pathSegments: readonly string[]) => string | null; export declare const parsePathParamsPattern: (url: string, pathParamsPattern?: string) => ErrorOr; //# sourceMappingURL=path-params-parser.d.ts.map