import { ISMSEvent } from './ISMSEvent.js'; import { ISMSMetadata } from './ISMSMetadata.js'; import { ISMSUsage } from './ISMSUsage.js'; export declare class SMSEvent implements ISMSEvent { channel: string; usage?: ISMSUsage; sms?: ISMSMetadata; from: string; message_uuid: string; timestamp: string; to: string; } //# sourceMappingURL=smsEvent.d.ts.map