import { CompilerPlatform } from "hardhat/internal/solidity/compiler/downloader"; import { CompilerName } from "./types"; export declare function download(url: string, filePath: string, name: CompilerName, platform: CompilerPlatform, isList?: boolean, timeoutMillis?: number): Promise;