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