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