/** Wall-clock animation frame hook shared by independent terminal leaves. */ /** * Derive ticks from elapsed wall time so a stretched interval skips ahead * instead of slowing the animation under a busy event loop or remote shell. */ export declare function useFrames(intervalMs: number, active?: boolean): number;