/**
 * Validates whether a given timestamp matches a known ZEUS hash.
 * @param timestamp The timestamp to verify.
 * @param expectedHash The expected ZEUS hash.
 * @returns Boolean indicating if the hash matches.
 */
export declare function validateZeusTimestamp(timestamp: string, expectedHash: string): Promise<boolean>;
