import { ICommand, IHook } from '.'; export interface IModule { COMMANDS: ICommand[]; HOOKS: IHook[]; module: string; }