/** * Re-export API client from @h-ear/core for backwards compatibility. */ export { HearApiClient, HearApiError } from '@h-ear/core'; export type { ProgressCallback } from '@h-ear/core'; //# sourceMappingURL=api-client.d.ts.map