import type { Section } from "./scan.js"; export declare function resolveSection(sections: Section[], id: string): Section;