import { whenActive } from "timecipher"; const encryptedMessage = "encrypted message"; const timestamp = await whenActive(encryptedMessage); console.log("Timestamp:", timestamp);