import { AnimationDevelopmentAction } from './models/AnimationDevelopmentAction'; import { AnimationDevelopmentState } from './models/AnimationDevelopmentState'; export declare function animationDevelopmentStateReducer(currentAnimationDevelopmentState: AnimationDevelopmentState | undefined, someAnimationDevelopmentAction: AnimationDevelopmentAction): AnimationDevelopmentState;