export type Opts = { from: string; to: string; out?: string | undefined; }; export declare function convertFile(path: string, opts: Opts): Promise; //# sourceMappingURL=convert.d.ts.map