import { Command } from "commander"; //#region src/cli/program.d.ts /** * Build and return the fully configured `pai` Commander program. * Does NOT call parse — the caller (cli/index.ts) does that. */ declare function buildProgram(): Command; //#endregion export { buildProgram }; //# sourceMappingURL=program.d.mts.map