export declare const setFieldError: (fieldName: string, hasError: boolean, message?: string) => void; export declare const getFieldError: (fieldName: string) => string | undefined; export declare const hasFormErrors: () => boolean; export declare const resetFormErrors: () => void;