import { OpenAPIV3 } from 'openapi-types'; declare const servers: (spec: OpenAPIV3.ServerObject[] | undefined) => string; export { servers };