/** * 标准化基础路径,确保以 '/' 开头且不包含 trailing slash * @param basePath 原始基础路径 * @returns 标准化后的基础路径 */ export declare function normalizeBasePathWithoutTrailingSlash(basePath: string): string;