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