import { type IWorkerAdapter } from '@unchainedshop/core';
import type { Work } from '@unchainedshop/core-worker';
export declare const MessageWorker: IWorkerAdapter<{
    template: string;
    _id: string;
    [x: string]: any;
}, {
    info?: string;
    forked?: Work[];
}>;
