import type { HealthPlugin } from './definitions'; declare const Health: HealthPlugin; export * from './definitions'; export { Health };