import { type BezierCurveKey, type BezierStyleKey, type BounceCurveKey, type OvershootCurveKey, type OvershootStyleKey, type SpringCurveKey, type WiggleCurveKey } from "../types/enums"; import type { BezierParams } from "../validations/params"; export declare const bezierEasings: Record number; }>>>; export declare const bezierStyleFunctions: Record; export declare const bezierFunctions: Record>>; export declare const springFunctions: Record; export declare const bounceFunctions: Record; export declare const wiggleFunctions: Record; export declare const overshootFunctions: Record>;