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