/** * Check if a file is readable. * * @param path - The path to check. * @returns A promised boolean indicating if the file is readable. */ export declare function isReadableFile(path: string): Promise;