Hydration: {
    isSynced(): boolean;
    send(event: null | HydrationEvent): HydrationEffect[];
    state(): HydrationState;
}

Type declaration