/** biome-ignore-all lint/suspicious/noConsole: Console output is intentional in CLI */ import type { Command } from 'commander'; export declare const DEFAULT_BATCH_SESSION_NAME = "batch"; export declare function registerBatchCommand(program: Command): void; //# sourceMappingURL=batch.d.ts.map