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