import type { DiskAccessor } from '../../accessor/disk.ts'; import type { PathSpec } from '@struktoai/mirage-core/types'; export declare function exists(accessor: DiskAccessor, path: PathSpec): Promise; //# sourceMappingURL=exists.d.ts.map