import { type IPlugin } from '@unchainedshop/core';
export declare const BulkGatePlugin: IPlugin;
export default BulkGatePlugin;
export { BulkGateWorker } from './adapter.ts';
