import { PathMatcher } from '@finnair/path';
export declare function parsePathMatcher(str: string): PathMatcher;
