declare const PRODUCTION: boolean; declare const VERSION: string; export const environment = { production: PRODUCTION, version: VERSION, };