export interface AppEvent { serialize?(): Uint8Array | object | string; } export interface EventMetadata { kind: string; data: string; handler?: string; } //# sourceMappingURL=types.d.ts.map