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