import { Flags } from '../types';
export declare function getLocalServerBaseUrl(flags: Flags, isWebsocket?: boolean): string;
