import type { AnimatorNode } from '../types.js'; declare const isNodeConditionCorrect: (node: AnimatorNode, condition: boolean | ((node: AnimatorNode) => boolean) | undefined) => boolean; export { isNodeConditionCorrect };