import type { OpenClawConfig } from "../../config/types.openclaw.js"; import type { MsgContext } from "../templating.js"; type RuntimePolicyContext = Pick; export declare function resolveRuntimePolicySessionKey(params: { cfg?: OpenClawConfig; ctx?: RuntimePolicyContext; sessionKey?: string | null; }): string | undefined; export {};