export interface MediaTrack {
    type: string;
    encoding?: string;
    mime?: string;
    codec?: any;
}
export declare const BOX_HEADER_BYTES = 8;
export declare const boxType: (buffer: Buffer) => string;
