export interface NativeVideoChunkAddedEvent extends BiDiEvent {} interface BiDiEvent { method: string; params: TParams; } interface NativeVideoChunkAddedParams { uuid: string; payload: string; }