import type { HttpPlugin } from './definitions'; declare const Http: HttpPlugin; export * from './definitions'; export { Http };