/** * Normalize base path, ensuring it starts with '/' and does not include trailing slash * @param basePath Original base path * @returns Normalized base path */ export declare function normalizeBasePathWithoutTrailingSlash(basePath: string): string; //# sourceMappingURL=normalize-base-path.d.ts.map