import { CadDocument } from '../../../CadDocument.js'; import { DwgSectionIO } from '../DwgSectionIO.js'; export declare class DwgClassesWriter extends DwgSectionIO { get sectionName(): string; get bytesWritten(): number; get startWriterStream(): ArrayBuffer; private _document; private _sectionBuffer; private _startWriter; private _writer; private readonly _startSentinel; private readonly _endSentinel; constructor(stream: Uint8Array, document: CadDocument, encoding: string); write(): void; private _writeSizeAndCrc; } //# sourceMappingURL=DwgClassesWriter.d.ts.map