export declare class EasyedaApi { headers: Record; constructor(); getInfoFromEasyedaApi(lcsc_id: string): Promise>; getCadDataOfComponent(lcsc_id: string): Promise; getRaw3dModelObj(uuid: string): Promise; getStep3dModel(uuid: string): Promise; } //# sourceMappingURL=easyedaApi.d.ts.map