import type { RiffStructure, StrhBox } from './riff-box';
export declare const getStrhForIndex: (structure: RiffStructure, trackId: number) => StrhBox;
