import * as ts from 'typescript';
export declare function isRequireCall(callExpression: ts.Node): boolean;
