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