import { Client } from './Client'; import { authorize } from './smart_functions/authorize'; import { ready } from './smart_functions/ready'; export { Client as openEHRClient }; export { authorize as authorize }; export { ready as ready };