import type { PluginDefinition } from "./plugin"; export interface PluginRepository { getPluginsEnabled(): Promise; getPluginsAvailable(): Promise; }