import type { VendoComposition } from "./compose-context.js"; /** The sweep pass, and the unref'd timer that drives it on a long-lived host. */ export declare const composeSweep: (composition: VendoComposition) => Pick;