import { YapAccess } from './access.model'; export declare class YapAccessUtils { static notExistsAllowStrategy(userRoles?: string[], accessTree?: YapAccess, moduleKey?: string, pageKey?: string, actionKey?: string): boolean; static notExistsBlockStrategy(userRoles?: string[], accessTree?: YapAccess, moduleKey?: string, pageKey?: string, actionKey?: string): boolean; static rolesIntersect(userRoles?: string[], roles?: string[]): boolean; }