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