export type Environment = "development" | "production" | "test"; export declare function environment(): Environment; //# sourceMappingURL=environment.d.ts.map