import * as _ts from 'typescript';
export declare const create_source_file: (filename: string, source: string, ts: typeof _ts) => _ts.SourceFile;
