/** Return the current time as an ISO 8601 string. */ export declare function serverTimestamp(): string; /** Return the current time as epoch milliseconds. */ export declare function serverEpochMs(): number; //# sourceMappingURL=clock.d.ts.map