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