import ts from 'typescript';
export declare function moduleExists(sf: ts.SourceFile, moduleName: string): boolean;
