import type { SpsAndPps } from '../../state/parser-state';
import type { AvcInfo } from './parse-avc';
export declare const getSpsAndPps: (infos: AvcInfo[]) => SpsAndPps;
