import { type IWorkerAdapter } from '@unchainedshop/core';
export declare const SmsWorkerPlugin: IWorkerAdapter<{
    from?: string;
    to: string;
    text: string;
    [key: string]: any;
}, any>;
export default SmsWorkerPlugin;
