import type { Config, Document } from '../../../lib'; export default function artifactGenerator(stats: { total: string[]; new: string[]; changed: string[]; deleted: string[]; hashSize: number[]; querySize: number[]; }): (config: Config, docs: Document[]) => Promise;