/** * App Service CLI Commands - 8 commands mapping to app service MCP tools */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerAppServiceCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=app-service-commands.d.ts.map