declare const envConfig: {
    API_ENDPOINT: string;
};
export default envConfig;
