import { Context, Effect } from "effect" export interface Interface { readonly run: Effect.Effect } export class Service extends Context.Service()("@opencode/InstanceBootstrap") {} export * as InstanceBootstrap from "./bootstrap-service"