export default interface IExportable {
   export(): any;
}
