import type { Config } from "@opencode-ai/sdk"; import type { OhMyRenasasConfig } from "../config/schema.js"; export declare function createConfigHandler(pluginConfig: OhMyRenasasConfig): (input: Config) => Promise;