import { type Draft } from "../draft.js"; import { type Flags } from "../utils/cli.js"; export declare function cmdBatch(draft: Draft, filePath: string, flags: Flags): void;