import { type UnSubscriber } from "../../handlers/mod.js"; import { List } from "../../utils/List.js"; import type { Plugin } from "../../../gen/types/mod.js"; export declare class PluginList extends List { static getAsync(): Promise; static onChange(cb: (payload: PluginList) => void): Promise; forCurrentWidget(): Plugin[]; } //# sourceMappingURL=mod.d.ts.map