/**
 * @todo: This needs to be replaced by the functions from `@sap-ux/btp-utils`
 */
/**
 * Enumeration of environment variables used in AppStudio
 */
export declare enum ENV {
    PROXY_URL = "HTTP_PROXY",
    H2O_URL = "H2O_URL"
}
export declare function isAppStudio(): boolean;
//# sourceMappingURL=app-studio.d.ts.map