import { ValidatorFn } from '@angular/forms';
export declare const range: (value: Array<number>) => ValidatorFn;
