import type { SessionContextSummary } from '@xopcai/gateway-contract'; import type { Config } from '../config/schema.js'; import { type GatewayScope } from './security/gateway-scopes.js'; /** A bounded metadata-only query. It never prepares Note context or starts an agent. */ export declare function getSessionContextSummary(config: Config, sessionKey: string, scopes: readonly GatewayScope[]): Promise;