import { DxfMapBase } from './DxfMapBase.js'; import { DxfClassMap } from './DxfClassMap.js'; export declare class DxfMap extends DxfMapBase { private static readonly _cache; subClasses: Map; static create(type: Function | string, name?: string): DxfMap; static clearCache(): void; toString(): string; private static _clone; } //# sourceMappingURL=DxfMap.d.ts.map