import type { ScreenViewBaseConfig } from './ScreenViewBaseConfig';
export type ScreenBattleViewConfig = ScreenViewBaseConfig & {
    lives?: number | null;
};
