import type { StateStore } from "../state/state-store"; export declare function cleanupOrphanWorkers(stateStore: StateStore): Promise;