import { IFormError } from "../forms/iFormError";
export declare const isFormErrorArray: (array: any[]) => array is IFormError[];
