import { SpringConfig } from './spring-utils'; export declare function measureSpring({ fps, config, threshold, from, to, }: { fps: number; config?: Partial; threshold?: number; from?: number; to?: number; }): number; //# sourceMappingURL=measure-spring.d.ts.map