/** * Always starts with a slash and never ends with a slash. */ export declare function normalize(path: string): `/${string}`; //# sourceMappingURL=path.d.ts.map