import { Exception } from "./exception"; export class FormValidators { [key: string]: Function; };