import type { Schema } from '../../../../schema/index.js'; import type { ISchemaDTO } from '../types.js'; export declare const getSchemaDTO: (schema: Schema) => ISchemaDTO;