export declare const POSIX_SEP = "/";
export declare const WINDOWS_SEP = "\\";
export declare const normalizePath: (id: string) => string;
