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>>, { avatarCid: string | null; cid: string; createdAt: string; creator: string; description: string | null; descriptionFacets: string | null; displayName: string; feedDid: string; indexedAt: string; sortAt: string; uri: string; }>; export default makePlugin; //# sourceMappingURL=feed-generator.d.ts.map