import { PathMatcher } from "./PathMatcher"; import { SegmentsFn, VariablePaths } from "./variables"; export declare function path(literal: string): PathMatcher<{}>; export declare function path(vars: VariablePaths, segmentFn: SegmentsFn): PathMatcher; export declare function path(a: PathMatcher, b: PathMatcher): PathMatcher; export declare function path(a: PathMatcher, b: PathMatcher, c: PathMatcher): PathMatcher; export declare function path(a: PathMatcher, b: PathMatcher, c: PathMatcher, d: PathMatcher): PathMatcher; export declare function path(a: PathMatcher, b: PathMatcher, c: PathMatcher, d: PathMatcher, e: PathMatcher): PathMatcher; export declare function path(...segments: PathMatcher[]): PathMatcher; //# sourceMappingURL=index.d.ts.map