import type { BlobStore } from '@atproto/repo'; import type { BackgroundQueue } from '../background.js'; export type ActorStoreResources = { blobstore: (did: string) => BlobStore; backgroundQueue: BackgroundQueue; reservedKeyDir?: string; }; //# sourceMappingURL=actor-store-resources.d.ts.map