/** * Get the Swagger/OpenAPI version and format from the given string */ export declare function getOpenApiVersion(input: string | null): string | false; //# sourceMappingURL=get-openapi-version.d.ts.map