import type { ISchemaDTO } from '../../../../schema/actions/dto/index.js'; import type { Schema } from '../../../../schema/index.js'; export declare const fromSchemaDTO: (schemaDTO: ISchemaDTO) => Schema;