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