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