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