import type { NativeVideoChunkAddedEvent } from './types';
export declare function toNativeVideoChunkAddedEvent(uuid: string, payload: Buffer): NativeVideoChunkAddedEvent;
//# sourceMappingURL=models.d.ts.map