export declare const inBrowser: boolean; /** * Converts a url path to the corresponding js chunk filename. */ export declare function pathToFile(path: string): string;