import type { AnimationControls } from "./types.js"; export declare function isAnimationControls(v?: unknown): v is AnimationControls;