/** * Tier row parsing from raw YAML. */ import type { DslTier } from "../../types/dsl/index.js"; import type { RawTier } from "./raw-types.js"; export declare function parseTier(presetName: string, raw: RawTier, tierIndex: number, tiersPathForErrors: string): DslTier; //# sourceMappingURL=parse-tiers.d.ts.map