import { Validation, ValidationState } from "../Validation"; import { SoftwareModel } from "../SoftwareRequestValidator"; export declare class RoleValidation implements Validation { private readonly userRole; private readonly MAP_SNOW_ROLES_TO_JIGSAW; constructor(userRole: string); validate(softwareRequested: SoftwareModel): ValidationState; private isUserRolePreApprovedFor; }