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