/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.dev/license
 */
import { ErrorCode } from './error_code';
/**
 * Contains a set of error messages that have detailed guides at angular.dev.
 * Full list of available error guides can be found at https://angular.dev/errors
 */
export declare const COMPILER_ERRORS_WITH_GUIDES: Set<ErrorCode>;
