import { BinaryInfo } from "../../types"; export default function getBinaryURL(versionToGet: string | undefined, currentArch: "arm64" | "x64"): BinaryInfo;