export declare const readFileIfExistsAsync: ({ filePath, }: { filePath: string; }) => Promise;