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