import { type IPlugin } from '@unchainedshop/core';
export declare const BudgetSMSPlugin: IPlugin;
export default BudgetSMSPlugin;
export { BudgetSMSWorker, checkBudgetSmsCredentials } from './adapter.ts';
