export declare class FormError extends Error { constructor(message: string, props?: any); props: any; } export declare function wrapFormError(error: Error, props?: any): FormError; export declare function wrapFormError(error: Error[], props?: any): FormError[]; //# sourceMappingURL=error.d.ts.map