import type { Config } from '../../../lib/config'; import type { Document } from '../../../lib/types'; export default function runtimeGenerator(config: Config, docs: Document[]): Promise;