/** * Generates a suitable amount of time to wait before * initiating a connection to ensure the game server * is not overloaded. Connecting too quickly can result * in connections being rejected. * @param host The host to get the wait time for. */ export declare function getWaitTime(host: string): number;