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