import { type IWorkerAdapter } from '@unchainedshop/core';
export declare const BulkImportWorker: IWorkerAdapter<any, Record<string, any>>;
