import { type IWorkerAdapter } from '@unchainedshop/core';
export declare const checkEmailInterceptionEnabled: () => boolean;
export declare const EmailWorkerPlugin: IWorkerAdapter<{
    from?: string;
    to?: string;
    subject?: string;
    [x: string]: any;
}, any>;
export default EmailWorkerPlugin;
