/** * ASCII DXF starts with optional comments (999) or SECTION; binary DXF starts * with a fixed marker. See AutoCAD DXF Reference — "Binary DXF Files". */ export declare function assertAsciiDxf(text: string): void; //# sourceMappingURL=asciiDxf.d.ts.map