import type { BoxParser } from '../BoxParser.js';
import { type VisualSampleEntry } from './avc1.js';
/**
 * Parse a VisualSampleEntryBox from an IsoView
 *
 * @param view - The IsoView to read data from
 *
 * @returns A parsed VisualSampleEntryBox
 *
 * @group ISOBMFF
 *
 * @beta
 */
export declare const avc4: BoxParser<VisualSampleEntry>;
//# sourceMappingURL=avc4.d.ts.map