import { SinonStub } from 'sinon';
export declare function checkCallCount(actual: SinonStub, expected: object[][]): string;
