import type { ScreenViewBaseConfig, ScreenCurrentTotal } from './ScreenViewBaseConfig';
export type ScreenBattleViewConfig = ScreenViewBaseConfig & {
    lives?: ScreenCurrentTotal;
};
