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