import type { ItemSchema } from '../../../../schema/item/index.js';
import type { ItemSchemaDTO } from '../types.js';
export declare const getItemSchemaDTO: (schema: ItemSchema) => ItemSchemaDTO;
