import { MultiError } from './multi-error.js';
export declare const fromList: (errors: unknown[]) => null | Error | MultiError;
