import type { DataReferenceBox } from '../boxes/DataReferenceBox.js';
import type { Fields } from '../boxes/Fields.js';
import type { IsoView } from '../IsoView.js';
/**
 * Parse a DataReferenceBox from an IsoView
 *
 * @param view - The IsoView to read data from
 *
 * @returns A parsed DataReferenceBox
 *
 * @group ISOBMFF
 *
 * @beta
 */
export declare function dref(view: IsoView): Fields<DataReferenceBox>;
//# sourceMappingURL=dref.d.ts.map