import type { Timestamp } from './Timestamp'; export declare type ServerTimeResponse = { serverTime: Timestamp; };