declare function normalizePath(path: string): string;

export = normalizePath;
