import { TsEnumType } from "kryo/types/ts-enum"; export declare enum VideoDeblocking { PacketValue = 0, Off = 1, Level1 = 2, Level2 = 3, Level3 = 4, Level4 = 5 } export declare const $VideoDeblocking: TsEnumType;