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