/** * Azure ARM documentation generator. * * Calls the core docsPipeline with Azure-specific config: * service grouping, resource type URLs, and overview content. * * Produces a standalone Starlight docs site at lexicons/azure/docs/. */ /** * Generate the Azure docs site. */ export declare function generateDocs(opts?: { verbose?: boolean; }): Promise; //# sourceMappingURL=docs.d.ts.map