export declare function run({ input, output, langs }: {
    input: any;
    output: any;
    langs: any;
}): void;
