/// <reference types="node" />
import { exec } from "child_process";
export declare const execAsync: typeof exec.__promisify__;
export declare function downloadFile(url: string, outputPath: string): Promise<void>;
