export declare const removeExtension: (path: string) => string;
export declare const splitSegments: (path: string) => string[];
