/** * Looks if the given path is a file or a folder, and goes a folder up in case it doesn't exist, to find a path that does. */ export declare const findClosestAbsolutePath: (absolutePath: string) => Promise; //# sourceMappingURL=findClosestAbsolutePath.d.ts.map