import type { BackgroundTask, BackgroundTaskSnapshot } from "./types"; export declare function toBackgroundTaskSnapshots(tasks: Iterable): BackgroundTaskSnapshot[];