import type { DeepPartial } from '@stoplight/types'; import type { Spec } from 'swagger-schema-official'; import { TranslateFunction } from '../types'; export declare type Oas2TranslateFunction

= TranslateFunction, P, R>;