export declare function roleScopesAllow(params: { role: string; requestedScopes: readonly string[]; allowedScopes: readonly string[]; }): boolean;