import type { CommandModule } from 'yargs'; import type { JobRunner } from './types.js'; export declare function createMergeCommand(runJob: JobRunner): CommandModule;