import type { Hooks } from "@opencode-ai/plugin"; import type { OpenCodeContext } from "./types/plugin"; export declare function bootstrap(ctx: OpenCodeContext): Promise;