import { BindingError } from '../binding';
export declare function normalizeErrors(rawErrors: (BindingError | Error)[]): Error;
