import type { Timestamp } from "@blockprotocol/type-system"; export declare const generateTimestamp: (date: Date) => Timestamp; export declare const currentTimestamp: () => Timestamp;