import { DownloadArgs } from "./types";
declare const getExpectedHash: (args: DownloadArgs) => Promise<string>;
export { getExpectedHash };
