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