import { ConvertOptions, ConvertResult } from '../types/index.js'; export declare function convert(options: ConvertOptions): Promise;