import { type HashType } from "./script.js";
export declare const HASH_TYPE_TO_NUM: Record<HashType, number>;
export declare const NUM_TO_HASH_TYPE: Record<number, HashType>;
export declare const HASH_TYPES: string[];
//# sourceMappingURL=script.advanced.d.ts.map