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