import sinon = require("sinon"); export = function () { return { mark: sinon.stub(), regulate: sinon.stub() }; };