/// export declare const EnumContext: import("react").Context<{ enumOptions: {}; loading: boolean; setFields: any; }>; export declare const useEnumContext: () => { enumOptions: {}; loading: boolean; setFields: any; }; export declare const GlobalContext: import("react").Context<{ IS_WEDA_IDE: boolean; wedaUserId: any; wedaRelatedRoles: any[]; getDataSourceByName: () => void; callWorkflow: () => void; callWedaApi: () => void; showToast: () => void; showError: () => void; }>; export declare const useGlobalContext: () => { IS_WEDA_IDE: boolean; wedaUserId: any; wedaRelatedRoles: any[]; getDataSourceByName: () => void; callWorkflow: () => void; callWedaApi: () => void; showToast: () => void; showError: () => void; };