interface IPlugin { name: string; options?: any; initialize(context?: any): Promise; } export default IPlugin; //# sourceMappingURL=IPlugin.d.ts.map