/**
 *  Normalize path to canonical form.
 *
 * @param path - URI or string.
 * @returns File path.
 */
export declare function normalizePath(path: string): string;
//# sourceMappingURL=normalize.d.ts.map