export { Background } from './background.js'; export type { RegisterOptions, BackgroundTaskType, BackgroundHandler, } from './background.js'; export { addBackgroundFireListener } from './events.js'; export type { BackgroundFireEvent } from './events.js'; //# sourceMappingURL=index.d.ts.map