/** * Normalize a URL base path to a canonical form: * - Ensures leading slash * - Strips trailing slash (unless root "/") * - Trims whitespace */ export declare function normalizeBasePath(basePath?: string): string; //# sourceMappingURL=pathUtils.d.ts.map