import { SharedMemory } from "./sharedMemory"; export interface ServerContext { sharedMemory: SharedMemory, }