export declare const convertWordFiles: (pathFile: string, extOutput: string, outputDir: string, timeoutInSeconds: string) => Promise<string>;
