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 IndexedList = Selectable; export type PluginType = ReturnType; export declare const makePlugin: (db: Database, background: BackgroundQueue) => RecordProcessor, Omit>>, IndexedList>; export default makePlugin; //# sourceMappingURL=list.d.ts.map