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