import type { DefaultStyle } from '../hook/commonTypes'; declare global { namespace jest { interface Matchers { toHaveAnimatedStyle(style: Record[] | Record, config?: { shouldMatchAllProps?: boolean; }): R; toHaveAnimatedProps(props: Record): R; } } } export declare const withReanimatedTimer: (animationTest: () => void) => void; export declare const advanceAnimationByTime: (time?: number) => void; export declare const advanceAnimationByFrame: (count: number) => void; export declare const setUpTests: (userFramerateConfig?: {}) => void; export declare const getAnimatedStyle: (component: { props: Record; }) => DefaultStyle; export { cloneWorklet, worklet } from './common'; //# sourceMappingURL=index.d.ts.map