/** * CLI Commands barrel export + combined registration */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerAllCommands(program: Command, ctx: ServiceContext): void; export { registerResourceCommands } from './resource-commands.js'; export { registerFunctionAppCommands } from './function-app-commands.js'; export { registerAppServiceCommands } from './app-service-commands.js'; export { registerKeyVaultCommands } from './key-vault-commands.js'; export { registerMonitoringCommands } from './monitoring-commands.js'; export { registerNetworkingCommands } from './networking-commands.js'; export { registerSqlCommands } from './sql-commands.js'; export { registerStorageCommands } from './storage-commands.js'; //# sourceMappingURL=index.d.ts.map