/** * @description * Returns a predicate on whether the provided absolute path can be accessed. */ export declare function pathCanBeAccessed(absolutePath: string): boolean;