import type { Hash } from '@ariestools/sdk'; /** Payload hashes used by the explorer map animation and static answer layers. */ export declare const ExplorerMapHashes: { animatedAnswerHashes: Hash[]; staticAnswerHash: Hash; }; //# sourceMappingURL=ExplorerMapHashes.d.ts.map