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