import { DwgDatabase } from '../../database';
export declare const denormalise: (dwg: DwgDatabase) => {
    type: string;
    x: any;
    y: any;
    r: any;
    majorX: any;
    majorY: any;
    axisRatio: any;
    startAngle: any;
    endAngle: any;
    extrusionZ: any;
    transforms: any;
    controlPoints: any;
    knots: any;
    degree: any;
    weights: any;
}[];
//# sourceMappingURL=denormalise.d.ts.map