UNPKG

@metamask/ocap-kernel

Version:
6 lines 347 B
import type { VatCheckpoint } from "@metamask/kernel-store"; import type { Struct } from "@metamask/superstruct"; import type { VatDeliveryResult } from "../../types.cjs"; export declare const VatCheckpointStruct: Struct<VatCheckpoint>; export declare const VatDeliveryResultStruct: Struct<VatDeliveryResult>; //# sourceMappingURL=shared.d.cts.map