import { IPathItem } from '../../typings'; export declare const parsePath: (str: string) => IPathItem[][];