import type { ValidationResult } from '../../model/component-types.js'; import type { ScenarioModel } from '../../model/scenario-model.js'; /** * Checks format-level rules: * - format must be in range 4-19 * - type must be 'MoM' * - tile rotation must be in {0, 90, 180, 270} */ export declare function checkFormatRules(model: ScenarioModel): ValidationResult[]; //# sourceMappingURL=format-rules.d.ts.map