import { type IWorkerAdapter } from '@unchainedshop/core';
export declare const BulkGateWorker: IWorkerAdapter<{
    from?: string;
    to?: string;
    text?: string;
    unicode?: boolean;
    country?: string;
    schedule?: string | number;
    promotional?: boolean;
    [key: string]: any;
}, any>;
export default BulkGateWorker;
