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