import type { Rule } from '@angular-devkit/schematics'; /** * Update open api version used in the project to match with the one used in `@ama-sdk/schematics:typescript-core` */ export declare const updateOpenApiVersionInProject: () => Rule; //# sourceMappingURL=update-openapiversion.d.ts.map