export declare function readFileIfExists(path: string): Promise<string | null>;
