import { OptionValues } from "commander";
export declare function convert(options: OptionValues): Promise<void>;
