import { convert, ConverterContext } from './convert'; export { convert, ConverterContext }; export declare const cli: (cmd: string[]) => Promise<{ [x: string]: unknown; file: string; to: string; _: (string | number)[]; $0: string; } | { [x: string]: unknown; file: string; to: string; _: (string | number)[]; $0: string; }>;