export declare function normalizePath(path: string): string;
export declare const externalizePath: (path: string) => string;
