import ts from 'typescript'; export declare const createInlineProgram: (code: string, customCompilerOptions?: ts.CompilerOptions, ignoreProjectOptions?: boolean, baseUrl?: string) => { program: ts.Program; sourceFile: ts.SourceFile; }; //# sourceMappingURL=program.d.ts.map