/** * Search for OpenAPI/Swagger specification files in the given directory. * * Scans all `.json`, `.yaml`, and `.yml` files and checks the first lines * for a `swagger` or `openapi` version header. */ export declare function searchForOpenApiFiles(cwd: string): Promise; //# sourceMappingURL=search-for-openapi-files.d.ts.map