export interface NativeVideoChunkAddedEvent extends BiDiEvent { } interface BiDiEvent { method: string; params: TParams; } interface NativeVideoChunkAddedParams { uuid: string; payload: string; } export {}; //# sourceMappingURL=types.d.ts.map