import type { ProjectSnapshot, StructureProfile } from '../types/index.js'; export declare function mapStructure(snap: ProjectSnapshot): StructureProfile;