declare function readFileSafe(filePath: string | URL, fallback: string): Promise; export { readFileSafe };