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