export const issues: {
    /**
     * https://github.com/microsoft/TypeScript/issues/56571#issuecomment-1830436576
     */
    'TypeScript#56571': typeof fixReferences;
    /**
     * https://github.com/typed-ember/glint/issues/628
     */
    'Glint#628': typeof glint.fixGTSExtensions;
    /**
     * https://github.com/typed-ember/glint/issues/697
     */
    'Glint#697': typeof glint.fixOwnReferences;
}; /** @type {const} */
import { fixReferences } from './typescript.js';
import * as glint from './glint.js';
