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