import { CadWriterConfiguration } from '../CadWriterConfiguration.js'; export declare class DxfWriterConfiguration extends CadWriterConfiguration { static readonly variables: string[]; writeAllHeaderVariables: boolean; writeOptionalValues: boolean; get headerVariables(): ReadonlySet; private _headerVariables; constructor(); addHeaderVariable(name: string): void; removeHeaderVariable(name: string): boolean; } //# sourceMappingURL=DxfWriterConfiguration.d.ts.map