/**
 * 格式化处理路径 平台兼容
 */
declare function normalizePath(path: string): string;

export { normalizePath };
