export declare function downloadToFile(props: {
    url: string;
    path: string;
}): Promise<void>;
//# sourceMappingURL=download-to-file.d.ts.map