import { SinonStub } from 'sinon';
export declare function isStub(actualCall: SinonStub<any[], any>): void;
