import * as ts from 'typescript'; import { PropertyAssignments } from './mockPropertiesAssignments'; export declare function GetMockCall(properties: PropertyAssignments, signature: ts.Expression | null): ts.CallExpression;