import { Program } from 'typescript';
export declare function typeCheckFiles(program: Program): string;
