import { DepartmentFilterOperator } from "./department-operator.interface"; import { DepartmentFilterValue } from "./department-filter-value.interface"; export declare function validDepartmentFilterValue(operator: DepartmentFilterOperator, filterValue: DepartmentFilterValue): boolean;