import type { NormalizedLane, Rules } from "./types"; /** Validates the config and builds the derived lookups the runtime uses. */ export default function boot(rules: Record, lanes: Map): { children: Map; windowLanes: Map; };