import type { WorkerStartMessage } from '../../../types/WorkerStartMessage.js'; export declare function startBackgroundThread(startMessage: WorkerStartMessage): void;