import type { ParsedDXF } from './types'; export default function parseString(string: string): ParsedDXF; //# sourceMappingURL=parseString.d.ts.map