/** * Re-export constants from @h-ear/core for backwards compatibility. */ export { HEAR_API, ENVIRONMENTS } from '@h-ear/core'; export type { HearEnvironment } from '@h-ear/core'; //# sourceMappingURL=constants.d.ts.map