import ts from 'typescript';
export declare const createProgramExportFiles: string[];
export declare function addOriginalCreateProgramTransformer(context: ts.TransformationContext): (sourceFile: ts.SourceFile) => ts.SourceFile;
