export declare const chooseCorrectAvc1Profile: ({ width, height, fps, }: { width: number; height: number; fps: number | null; }) => string;