import { TreePattern } from '@rushstack/tree-pattern';
export interface IJestCallExpression {
    methodName?: string;
}
export declare const jestCallExpression: TreePattern;
export declare const requireCallExpression: TreePattern;
export declare const importExpression: TreePattern;
//# sourceMappingURL=hoistJestMockPatterns.d.ts.map