import { DocumentIoType } from "kryo/types/document"; import { Uint8 } from "semantic-types"; export interface Vp6FlvVideoPacket { horizontalAdjustment: Uint8; verticalAdjustment: Uint8; data: Uint8Array; } export declare const $Vp6FlvVideoPacket: DocumentIoType;