import { IPlugin } from '../plugin/plugin'; export interface IMessage { data: any; source: IPlugin; time: Date; resolve(...args: any[]): void; }