import type { DxfArrayScanner, ScannerGroup } from '../DxfArrayScanner.ts'; import { CommonDxfEntity } from './shared.ts'; /** * Is called after the parser first reads the 0:ENTITIES group. The scanner * should be on the start of the first entity already. */ export declare function parseEntities(curr: ScannerGroup, scanner: DxfArrayScanner): CommonDxfEntity[]; //# sourceMappingURL=parser.d.ts.map