/** * Documentation generation for GitLab CI lexicon. * * Generates Starlight MDX pages for CI entities using the core docs pipeline. */ /** * Generate documentation for the GitLab CI lexicon. */ export declare function generateDocs(opts?: { verbose?: boolean; }): Promise; //# sourceMappingURL=docs.d.ts.map