/**
 * TypeBox
 *
 * @group ISOBMFF
 *
 * @beta
 */
export type TypeBox = {
    majorBrand: string;
    minorVersion: number;
    compatibleBrands: string[];
};
//# sourceMappingURL=TypeBox.d.ts.map