/**
 * Returns the platform url
 */
export declare function getPlatformUrl(environmentUrl: string, locationAppIds: string): string;
/**
 * Returns the local dev server url
 */
export declare function getLocalUrl(isSsl: boolean, port: number, host?: string): string;
