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