import type { SociablyUser } from '@sociably/core'; import type { EventInput, EventValue } from '@sociably/websocket'; import WebviewConnection from '../Connection.js'; import type { WebviewEvent } from '../types.js'; declare const createEvent: (value: EventInput, connection: WebviewConnection, user: User) => WebviewEvent; export default createEvent;