import { IOnPluginBootstrap, IOnPluginDestroy } from '@xpert-ai/plugin-sdk'; export declare class MinerUPlugin implements IOnPluginBootstrap, IOnPluginDestroy { private logEnabled; /** * Called when the plugin is being initialized. */ onPluginBootstrap(): void | Promise; /** * Called when the plugin is being destroyed. */ onPluginDestroy(): void | Promise; } //# sourceMappingURL=mineru.plugin.d.ts.map