import { type TgdCamera } from "@tolokoban/tgd"; import type { PickableSegment, SectionSegmentIndex } from "./types"; export declare function computeSectionOffset(sections: SectionSegmentIndex, item: PickableSegment, camera: TgdCamera, xScreen: number, yScreen: number): number; //# sourceMappingURL=section-offset.d.ts.map