import { C2Utils } from '@vostro/c2-utils/lib/types'; export declare function buildPermissionSetForRole(role: string | any, context?: {}): Promise; export declare function buildPermissionSetForRoleById(roleId: string, context?: {}): Promise; export declare let roleCache: any; export declare function getRoleLevel(role: string | any, permission: any, type: any, context: C2Utils.DataContext): Promise; //# sourceMappingURL=permissions.d.ts.map