/** * Function CLI Commands - 4 commands for Azure Functions monitoring */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerFunctionCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=function-commands.d.ts.map