import type { RouteContext } from "#public/definitions/channel.js";
export declare function handleSessionCallbackRequest(request: Request, ctx: RouteContext): Promise<Response>;
