import type { AvcProfileInfo } from './parse-avc';
export declare const getCodecStringFromSpsAndPps: (sps: AvcProfileInfo) => string;
