/**
 * Hostname of Zoom's API
 * @author Gabe Abrams
 */
declare const DEFAULT_ZOOM_HOSTNAME = "api.zoom.us";
export default DEFAULT_ZOOM_HOSTNAME;
