import type { RPCResult } from './RPCResult'; import type { Timestamp } from './Timestamp'; export declare type SyncResponse = (RPCResult & { dtserver: Timestamp; });