import { ChecksumAlgorithm } from "./constants";
export declare const getChecksumLocationName: (
  algorithm: ChecksumAlgorithm
) => string;
