/** * Build CLI Commands - 3 commands for build troubleshooting */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerBuildCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=build-commands.d.ts.map