export namespace CORVA_API_URLS { export { API }; export { DATA_API }; export { FUSION_API }; export { STREAMX_API }; } declare const API: any; declare const DATA_API: any; declare const FUSION_API: any; declare const STREAMX_API: any; export {}; //# sourceMappingURL=constants.d.ts.map