'use strict'; import type { InstanceOrElement } from '../commonTypes'; import type { AnimatedRef } from '../hook/commonTypes'; export type DispatchCommand = ( animatedRef: AnimatedRef, commandName: string, args?: unknown[] ) => void;