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