import * as sinon from 'sinon';
export declare function stubSuperConstructor<T>(cls: T): sinon.SinonStub<any[], any>;
