import type { ExtensionContext } from "@earendil-works/pi-coding-agent"; import type { AdapterState } from "./activation/state.ts"; export declare function captureActiveProviderSystemPrompt(payload: unknown, state: AdapterState): void; export declare function rewriteCodexProviderRequest(payload: unknown, ctx: ExtensionContext, state: AdapterState): Promise; export declare function rewriteCodexPrewarmProviderRequest(payload: unknown, ctx: ExtensionContext, state: AdapterState): unknown | undefined;