class Expect implements FFIType<V>import { Expect } from "https://deno.land/x/byte_type@0.1.7/ffi.ts"; ConstructorsnewExpect(type: T, expected: V)Type ParametersVT extends FFIType<V>Propertiesexpected: Vsizetype: TMethodsis(view: Deno.UnsafePointerView,offset?: number,value?,): booleanread(view: Deno.UnsafePointerView, offset?: number): V