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