/**
 * Plugin power status (Kind of action)
 * @see PluginControl
 */
export declare const PluginPowerStatusEnum: {
    /**
     * Running (Start plugin)
     */
    readonly RUNNING: "RUNNING";
    /**
     * Stop
     */
    readonly STOP: "STOP";
};
/** type definition of PluginControlEnum */
export type PluginPowerStatusEnum = typeof PluginPowerStatusEnum[keyof typeof PluginPowerStatusEnum];
//# sourceMappingURL=plugin-power-status.d.ts.map