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; subject: string; subjectCid: string; uri: string; via: string | null; viaCid: string | null; }>; export default makePlugin; //# sourceMappingURL=repost.d.ts.map