import { Context, Effect } from "effect" export interface Interface { readonly closeAll: Effect.Effect } export class Service extends Context.Service()("@opencode/HttpApiServer") {} export * as HttpApiServer from "./httpapi-server"