/**
 * Validates that the given environmentUrl in the dt-app is valid
 * @param environmentUrl The environmentUrl provided in the dt-app config
 * @param projectRootDirectory The user's project root directory
 * @throws Will throw an error if the environmentUrl does not start with HTTP
 */
export declare function validateEnvironmentUrl(environmentUrl: string, projectRootDirectory: string): void;
