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