import type { BoxParser } from './BoxParser.js';
/**
 * A map of box parsers to their box types
 *
 * @group ISOBMFF
 *
 * @beta
 */
export type BoxParserMap = Record<string, BoxParser>;
//# sourceMappingURL=BoxParserMap.d.ts.map