import { ENVIRONMENT } from '../../utils/environment'; /** * Gets the environment variables */ export declare function getEnv(): Required; export declare function getEnvWithoutDefaults(): ENVIRONMENT; //# sourceMappingURL=environment.d.ts.map