import type { IFetchRemoteFileOptions } from "./remote-file-utils/fetch-file"; export type { IFetchRemoteFileOptions }; /** * Downloads a remote file to disk */ export declare function fetchRemoteFile(args: IFetchRemoteFileOptions): Promise;