/** * Checks if a filesystem path exists. * * @param path The filesystem path (file or directory) to check * @returns True if the path exists */ export declare function pathExists(path: string): Promise;