import type { AnyOfSchema } from '../../../../schema/anyOf/index.js'; import type { AnyOfSchemaDTO } from '../types.js'; /** * @debt feature "handle defaults, links & validators DTOs" */ export declare const getAnyOfSchemaDTO: (schema: AnyOfSchema) => AnyOfSchemaDTO;