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