import type { BackgroundIntervalProcessPlugin } from './definitions';
declare const BackgroundIntervalProcess: BackgroundIntervalProcessPlugin;
export * from './definitions';
export { BackgroundIntervalProcess };
