/** * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ import type { ErrorStore } from "./error-store.js"; /** * Analyzes collected errors and logs them in the console. */ export declare function logErrors(errors: ErrorStore): void;