import { Context } from "./shared/kernel" export class ClientContext extends Context { constructor() { super() } }