//#region src/utils/hasErrors.d.ts
declare const hasErrors: (errors: unknown) => errors is unknown[];
//#endregion
export { hasErrors };