import { DeclBundle } from "../ir/decl/index.js"; /** * Minimal aggregator: load DSL entries and merge them into a DeclBundle. */ export declare function aggregateDecls(entries: string[], opts?: { prefer?: "frontend" | "backend"; }): Promise;