export default class PendingEvent { static fromRedaction(eventId) { } static fromContent(content) { } static fromStateKey(eventType, stateKey, content) { } }