export interface DwgUnknownObject {
    /**
     * Object type
     */
    type: 'UNKNOWN_OBJECT';
}
//# sourceMappingURL=unknown.d.ts.map