import { ValidatorFn } from '@angular/forms'; export declare function byteMinValidator(min: number): ValidatorFn;