import type { NativeVideoChunkAddedEvent } from './types'; /** * Converts the given UUID and video chunk payload into a NativeVideoChunkAddedEvent object. * @param uuid The unique identifier for the video chunk. * @param payload The video chunk data as a Buffer. * @returns A NativeVideoChunkAddedEvent object containing the UUID and encoded video chunk. */ export declare function toNativeVideoChunkAddedEvent(uuid: string, payload: Buffer): NativeVideoChunkAddedEvent; //# sourceMappingURL=models.d.ts.map