/** * Trims a slash on both sides in any path */ export declare const trimSlashes: (absoluteOrRelativePath: string) => string; //# sourceMappingURL=trimSlashes.d.ts.map