import { Plugin } from "hyinsit-types"; export declare function init(plugin: Plugin): Promise; export declare function imported(plugin: Plugin): Promise; export declare function deleted(plugin: Plugin): Promise;