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