export type EnvironmentConfig = { name: 'production' | string; webElementsAppUrl: string; }; export declare const production: EnvironmentConfig;