import type * as ts from 'typescript';
export declare type Diagnostic = ts.Diagnostic & {
    isGlintTransformDiagnostic?: boolean;
    isContentTagError?: boolean;
};
export { rewriteDiagnostic } from './rewrite-diagnostic.js';
export { createTransformDiagnostic } from './create-transform-diagnostic.js';
