import { IUrlPayload } from '../IUrlPayload.js'; import { IMMSVCardEvent } from './IMMSVCardEvent.js'; export declare class MMSVCardEvent implements IMMSVCardEvent { vcard: IUrlPayload; channel: string; from: string; message_type: string; message_uuid: string; timestamp: string; to: string; } //# sourceMappingURL=mmsVCardEvent.d.ts.map