import { EnvironmentType } from './environment.type'; export interface IConstants { urls: Record; } export declare const constants: IConstants;