import { DefaultErrorMessages, GlobalErrorMessagesWithPaths, Path } from '../types';
/** @deprecated – can be removed in v11 */
export default function useErrorMessage(path: Path, errorMessages: DefaultErrorMessages | GlobalErrorMessagesWithPaths, defaultErrorMessages: Record<`${string}.${string}`, string>): any;
