import type { IndexCacheStore } from '@struktoai/mirage-core/cache/index/store'; import type { PathSpec } from '@struktoai/mirage-core/types'; import type { EmailAccessor } from '../../accessor/email.ts'; export declare const read: (accessor: EmailAccessor, path: PathSpec, index?: IndexCacheStore, window?: import("@struktoai/mirage-core/core/hierarchy/read").ReadWindow) => Promise; //# sourceMappingURL=read.d.ts.map