export interface DwgVersion {
    type: string;
    hdr: string;
    description: string;
    version: number;
}
export declare const dwgVersions: DwgVersion[];
//# sourceMappingURL=version.d.ts.map