import type * as TS from 'typescript';
import { GlintConfig } from '../config/index.js';
export declare function performCheck(glintConfig: GlintConfig, optionsToExtend: TS.CompilerOptions): void;
