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 encv: BoxParser<VisualSampleEntry>;
//# sourceMappingURL=encv.d.ts.map