import { UpdateCallback } from'../CroquetReactView';
/**
* Hook that sets up a callback for Croquet.View.update().
*
* The function will be called at each simulation cycle.
*/export declare functionuseUpdateCallback(callback: UpdateCallback | null): void;