import type { MatroskaStructure } from '../parse-result';
import type { MediaParserMetadataEntry } from './get-metadata';
export declare const getMetadataFromMatroska: (structure: MatroskaStructure) => MediaParserMetadataEntry[];
