/** * OpenAPI Vector — Spec + setup templates * @module */ import type { ProjectConfig } from '../../types.js'; /** Generate `openapi.yaml` — Sample OpenAPI spec */ export declare function openapiYaml(config: ProjectConfig): string; /** Generate `SETUP.md` — OpenAPI generation instructions */ export declare function openapiSetupMd(): string; //# sourceMappingURL=openapi.d.ts.map