import { Worker } from './tools/FakeWorker'; export declare function registerWorker(label: string, worker: Worker): void;