import type { ScreenTransitionConfig } from './commonTypes'; export declare function startScreenTransition(screenTransitionConfig: ScreenTransitionConfig): void; export declare function finishScreenTransition(screenTransitionConfig: ScreenTransitionConfig): void; //# sourceMappingURL=animationManager.d.ts.map