export declare class EnvironmentUtils {
    static isRunningInBAS(): boolean;
    static isInternalUsage(): Promise<boolean>;
}
