import { ErrorMessages } from '../formask'; /** * @todo: Proxy need polyfills * https://github.com/GoogleChrome/proxy-polyfill */ export declare function getErrorProxy(errors: ErrorMessages): ErrorMessages;