import type { BackgroundTaskPlugin } from './definitions';
declare const BackgroundTask: BackgroundTaskPlugin;
export * from './definitions';
export { BackgroundTask };
