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