/**
 * Executes a function when the system time reaches a specific ZEUS hash.
 * @param epochTime UNIX timestamp in seconds.
 * @param callback Function to execute.
 */
export declare function executeAtZeusEpoch(epochTime: number, callback: () => void): Promise<void>;
