import { KeyIndexMap } from '@phensley/cldr-types'; /** * Compute a checksum on a KeyIndexMap used to configure the * schema. This lets us quickly confirm that the resource pack * was generated from the config at runtime * * @internal */ export declare const checksumIndices: (version: string, map: KeyIndexMap) => string;