import type { CliOptions } from '../cli/options.js'; export declare function runConvert(inputsRaw: string[], options: CliOptions): Promise;