/**
 * Check if Development Environment is running on gitpod
 */
export declare const gitpodEnv: string | undefined;
/**
 * If cloud development environment, return reachable url.
 */
export declare function getPublicUrl(port: number): string | undefined;
