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