import { Globals } from '@react-spring/shared';
export { Globals };
/** Advance all animations by the given time */
export declare const update: (dt: number) => boolean;
