import { AbstractControl } from '@angular/forms'; export default function bankRouting(control: AbstractControl): { bankRouting: boolean; };