/** * Full preset parsing: tiers + phase1/phase2 (legacy tiers vs phase2.tiers layouts). */ import type { DslPresetConfig } from "../../types/dsl/index.js"; import type { RawPreset } from "./raw-types.js"; export declare function parsePreset(name: string, raw: RawPreset, minIntervalMinutes?: number): DslPresetConfig; //# sourceMappingURL=parse-preset.d.ts.map