/** * AV1 `seq_level_idx` for a frame of this size at 60 fps, as the two-digit * string used by WebCodecs codec parameters. Mirrors the server's Table A.3 * lookup so advertised configs and emitted bitstreams agree. */ export declare function av1LevelString(width: number, height: number): string; //# sourceMappingURL=videoCodec.d.ts.map