import IItemExport from "./IItemExport"; export default interface IItem { export(): IItemExport; }