import type { OpenCodeContext } from "../../../types/plugin"; import type { SessionInfoArgs } from "./types"; export declare function handleSessionInfo(args: SessionInfoArgs, ctx: OpenCodeContext): Promise;