import * as ts from 'typescript';
export declare function hasImport(statements: ts.NodeArray<ts.Statement>, importModule: string): boolean;
