export { g as generateDocument } from '../shared/openapi-decorators.B81frqV8.mjs'; import { OpenAPIV3 } from 'openapi-types'; import { C as Context, T as TypeOptions } from '../shared/openapi-decorators.y9-mt_C9.mjs'; import 'type-fest'; /** * Transforms a type option into a SchemaObject or ReferenceObject. */ declare function loadType(context: Context, options: TypeOptions): Promise; export { Context, loadType };