/** * Split a path to segments. */ export declare const splitToSegments: (path: string) => string[]; //# sourceMappingURL=split-to-segments.d.ts.map