import type { PositionalEntity } from './base-entity'; export interface PointEntity extends PositionalEntity { type: 'POINT'; } //# sourceMappingURL=point-entity.d.ts.map