/** * Plugin CLI Commands - 4 commands for plugin inspection */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerPluginCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=plugin-commands.d.ts.map