import { Path } from '../classes/Path'; type Options = { split?: boolean; }; export declare function parsePath(description: string, options?: Options): Path[]; export {}; //# sourceMappingURL=parseFromPath.d.ts.map