import { Analysis } from './analyzer';
export declare const analyzeTsConfig: (tsconfigPath: string, files?: string[] | undefined) => Analysis;
