import type { ValidationResult } from '../../model/component-types.js'; import type { ScenarioModel } from '../../model/scenario-model.js'; /** * Checks explore token conventions from the MoM rulebook: * - Warning: Explore token without event1 * - Warning: Explore token's event chain doesn't remove the token itself * - Warning: Explore token's event chain doesn't add any Tile component */ export declare function checkExploreTokenPattern(model: ScenarioModel): ValidationResult[]; //# sourceMappingURL=explore-token-pattern.d.ts.map