export declare const ENV_DEVELOP = "develop"; export declare const ENV_TRIAL = "trial"; export declare const ENV_RELEASE = "release";