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