import type { BackgroundRunnerPlugin } from './definitions'; declare const BackgroundRunner: BackgroundRunnerPlugin; export * from './definitions'; export * from './apis'; export { BackgroundRunner };