import { InvocationEvent } from "../index.js"; export declare class InvocationEventImpl implements InvocationEvent { data: unknown; dataContentType?: string; id: string; time?: string; constructor(data: unknown, dataContentType: string, id: string, time: string); }