export declare function isExpectSinonCall(obj: any, sinonMethods: any): any;
export declare function isExpectSinonObject(obj: any, sinonMethods: any): any;
export declare function getExpectArg(obj: any): any;
export declare function modifyVariableDeclaration(nodePath: any, newNodePath: any): void;
export declare function expressionContainsProperty(node: any, memberName: any): boolean;
