export declare enum Environment { Production = "production", Development = "development" } export declare const isProductionEnvironment: () => boolean; export declare const getEnvironmentConfiguration: () => Environment; export declare const isBackgroundProcess: () => boolean; //# sourceMappingURL=environment.d.ts.map