import type { Filesystem, FilesystemEntry } from '../types/index.js'; /** * Return just the entrypoint of the filesystem. */ export declare function getEntrypoint(filesystem?: Filesystem): FilesystemEntry | undefined; //# sourceMappingURL=get-entrypoint.d.ts.map