export interface DwgUnknownEntity {
    /**
     * Entity type
     */
    type: 'UNKNOWN_ENTITY';
}
//# sourceMappingURL=unknown.d.ts.map