import * as ts from 'typescript'; export declare const makeSourceFromSnapshot: (snapshot: string) => ts.SourceFile;