import { AdminSections, AuditorSections, CrmSections, SupervisorSections, WtApplication, WtObject } from '../../../enums'; import { ScopeClass, SpecialGlobalAction } from '../enums'; export declare const mapGlobalActionToCrudAction: { add: "create"; read: "read"; write: "update"; delete: "delete"; }; export declare const mapCrudActionToGlobalAction: any; export declare const mapScopeClassToWtObjects: Partial>; export declare const wtObjectsWithGlobalCrudActionAccessAsChecksSource: { license: boolean; object: boolean; }; export declare const wtObjectsWithGlobalSpecialActionAccessAsChecksSource: Partial>; export declare const mapScopeClassAccessTokenToCrudAction: { r: "read"; w: "update"; d: "delete"; x: "create"; }; export declare const mapCrudActionToScopeClassAccessToken: any; type UiSection = AdminSections | AuditorSections | CrmSections | SupervisorSections; export declare const mapWtObjectToUiSection: Partial>>>; export declare const mapUiSectionToWtObject: any; export declare const AdminSectionsValues: any; export declare const AuditorSectionsValues: any; export declare const CrmSectionsValues: any; export declare const SupervisorSectionsValues: any; export {};