export declare class OrderMeasurement { userId: string; typeName: string; aroundBust: number; aroundAboveWaist: number; blouseLength: number; frontNeckStyle: string; frontNeckDepth: number; backNeckStyle: string; backNeckDepth: number; sleeveStyle: string; sleeveLenth: number; aroundArm: number; closingSide: string; closingWith: string; lining: string; specialInstruction: string; measurementName: string; addedDate: string; serviceId: string; typeDescription: string; price: number; discount: number; productId: string; aroundHip: number; kameezLength: number; kameezClosingSide: string; kameezClosingWith: string; bottomStyle: string; fitOption: string; aroundWaist: number; aroundThigh: number; aroundKnee: number; aroundCalf: number; aroundBottom: number; bottomLength: number; waistClosingSide: string; waistClosingWith: string; }