export declare const StartOfAnimationSymbol: unique symbol; export declare const EndOfAnimationSymbol: unique symbol; export declare function getEasedRatioForTime(docTimeMs: number, props: { startTime: number; pauseTime: number | null; animDuration: number; loop: boolean; pingPong: boolean; pingPongDelay: number; easing: string; }): [typeof StartOfAnimationSymbol | number | typeof EndOfAnimationSymbol, number]; //# sourceMappingURL=animation-timings.d.ts.map