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