export declare const $SyncResponse: { readonly type: "all-of"; readonly contains: readonly [{ readonly type: "RPCResult"; }, { readonly properties: { readonly dtserver: { readonly type: "Timestamp"; readonly isRequired: true; }; }; }]; };