import type { WillChange } from "./types.js"; export declare function isWillChangeMotionValue(value: any): value is WillChange;