import Cache from "../cache"; import { AbsolutePath, CanonicalPath, PathInfo } from "../interfaces"; export default class PathInfoCache extends Cache { constructor(rootPath: AbsolutePath, inputPath: AbsolutePath); }