import { PermissionsModel } from '../../data/models'; /** * Gets user role permissions with caching */ export declare const getCustomerRolePermissions: () => Promise; /** * Resets the permissions cache * @internal */ export declare const _resetCache: () => void; //# sourceMappingURL=getCustomerRolePermissions.d.ts.map