import { ScalarAnimation, Transform, TransformAnimation } from "../types.js";
export declare const resolveTransformAnimation: (time: number, anim: TransformAnimation) => Transform;
export declare const resolveScalarAnimation: (time: number, anim: ScalarAnimation) => number;