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