import type { IoiSemanticEvent, IoiSemanticEventType } from '../../types'; export declare function createSemanticEvent(type: IoiSemanticEventType, payload: TPayload, schemaVersion: 1): IoiSemanticEvent;