import { IBaseEvent } from '../IBaseEvent.js'; import { ISMSMetadata } from './ISMSMetadata.js'; import { ISMSUsage } from './ISMSUsage.js'; export interface ISMSEvent extends IBaseEvent { channel: string; usage?: ISMSUsage; sms?: ISMSMetadata; } //# sourceMappingURL=ISMSEvent.d.ts.map