import { OpenAPIV3 } from 'openapi-types'; declare const description: (spec: OpenAPIV3.InfoObject) => string; export { description };