#!/usr/bin/env bun import { ArtifactStorage } from "../sdk/storage.js"; import type { SkillsProductStore } from "../sdk/storage.js"; export declare function runWorkerOnce(store: SkillsProductStore, workerId?: string, storage?: ArtifactStorage): Promise;