/// <reference types="types/mp4box" />
import type { Trak } from "mp4box";
export declare const getVideoBoxDescription: (track: Trak) => Uint8Array;
