import { PathMatcher, PathResult } from "./PathMatcher"; export declare class NoopPath implements PathMatcher { consume(path: string): PathResult; expand(_value: undefined): string; } //# sourceMappingURL=NoopPath.d.ts.map