export declare enum EnvironmentKind { DEV = 0, BUILD = 1, HOMOLOG = 2, PROD = 3 } //# sourceMappingURL=environment.kind.d.ts.map