import type { KlawConfig } from "../../config/types.klaw.js"; import type { OutboundIdentity } from "./identity-types.js"; export type { OutboundIdentity } from "./identity-types.js"; export declare function normalizeOutboundIdentity(identity?: OutboundIdentity | null): OutboundIdentity | undefined; export declare function resolveAgentOutboundIdentity(cfg: KlawConfig, agentId: string): OutboundIdentity | undefined;