export * from './alchemy'; export * from './algorand'; export * from './config'; export * from './constants'; export * from './contract'; export * from './ethereum'; export * from './init'; export * from './main'; export * from './network'; export * from './nft'; export * from './receipt'; export * from './styled'; export * from './timer'; export * from './wallets'; declare global { namespace NodeJS { interface ProcessEnv { API_URL: string; API_KEY: string; API_GATEWAY_REGION: string; FACEBOOK_APPID: string; NODE_ENV: 'development' | 'production'; SOCIALLOGIN_GOOGLE_APPID: string; WINTER_BASEPATH: string; } } } //# sourceMappingURL=index.d.ts.map