export declare function roleForRiskArea(area: string): string | undefined; export declare function rolesForRiskAreas(areas: string[]): string[];