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