import { Selectable } from 'kysely'; import { app } from '../../../../lexicons/index.js'; import { BackgroundQueue } from '../../background.js'; import { DatabaseSchemaType } from '../../db/database-schema.js'; import { Database } from '../../db/index.js'; import { RecordProcessor } from '../processor.js'; type IndexedFeedGenerator = Selectable; export type PluginType = ReturnType; export declare const makePlugin: (db: Database, background: BackgroundQueue) => RecordProcessor, Omit>>, IndexedFeedGenerator>; export default makePlugin; //# sourceMappingURL=feed-generator.d.ts.map