import { $Any } from "kryo/builtins/any"; import { AnyType } from "kryo/types/any"; export type H263BlockData = any; export const $H263BlockData: AnyType = $Any;