import { ValidatorFn } from '@angular/forms'; /** * Rucs validator * @returns ValidatorFn */ export declare function rucValidator(): ValidatorFn;