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