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