import { OpenAPIV3 } from 'openapi-types'; declare const apiSupport: (contact?: OpenAPIV3.ContactObject | undefined) => string; export { apiSupport };