/*! * Ecctrl * https://github.com/pmndrs/ecctrl * * SPDX-FileCopyrightText: 2023-2026 Erdong Chen * SPDX-License-Identifier: MIT */ import type { EcctrlAnimationStateResolver } from "./types"; export declare const resolveEcctrlAnimationState: EcctrlAnimationStateResolver;