import type { CustomStage } from "../../../../interfaces/private/CustomStage";
import type { DisableAllSound } from "../DisableAllSound";
import type { Pause } from "../Pause";
import type { RunInNFrames } from "../RunInNFrames";
export declare function playVersusScreenAnimation(customStage: CustomStage, disableAllSound: DisableAllSound, pause: Pause, runInNFrames: RunInNFrames): void;
export declare function versusScreenPostRender(pause: Pause, disableAllSound: DisableAllSound): void;
//# sourceMappingURL=versusScreen.d.ts.map