import type { TranslationMessage } from '../types';
import type { ValidationError } from 'yup';
declare const getYupInnerErrors: (error: ValidationError) => Record<string, TranslationMessage>;
export { getYupInnerErrors };
//# sourceMappingURL=getYupInnerErrors.d.ts.map