import { app } from '../../../../lexicons/index.js'; import type { BackgroundQueue } from '../../background.js'; import type { Database } from '../../db/index.js'; import { RecordProcessor } from '../processor.js'; export type PluginType = ReturnType; export declare const makePlugin: (db: Database, background: BackgroundQueue) => RecordProcessor, Omit>>, { cid: string; createdAt: string; creator: string; indexedAt: string; sortAt: string; uri: string; }>; export default makePlugin; //# sourceMappingURL=labeler.d.ts.map