define([], function() {
"use strict";
return {
findServers: function(timeoutMs) {
return Promise.resolve([])
}
});