/** * 如果存在返回匹配的 URL * @param fileName some/path/index.{js,jsx} */ export declare function fileExists(fileName?: string): boolean;