import { Buffer } from "buffer"; export type RawGtv = null | boolean | Buffer | string | number | DictPair | Array | ReadonlyArray | bigint; export type DictPair = { [key: string]: RawGtv; };