import { GameStepState } from '@drincs/pixi-vn';
import { H as HistoryStep } from './OpenedLabel-Dgkgemkv.cjs';

/**
 * Interface exported step data
 */
interface HistoryGameState {
    stepsHistory: HistoryStep[];
    originalStepData: GameStepState | undefined;
}

export type { HistoryGameState as H };
