import ts from 'typescript'; export declare function SetProgram(program: ts.Program): void; export declare function GetProgram(): ts.Program;