import { EchoWorker } from '../worker.js';
export declare const echoWorkerParent: import("../../../worker/index.js").WorkerChildInfer<EchoWorker> & {
    terminate(): void;
};
