import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { v as HumanDelayConfig, y as IdentityConfig } from "./types.base-Dkv2492C.js"; //#region src/agents/identity.d.ts declare function resolveAgentIdentity(cfg: KlawConfig, agentId: string): IdentityConfig | undefined; declare function resolveAckReaction(cfg: KlawConfig, agentId: string, opts?: { channel?: string; accountId?: string; }): string; declare function resolveIdentityNamePrefix(cfg: KlawConfig, agentId: string): string | undefined; declare function resolveMessagePrefix(cfg: KlawConfig, agentId: string, opts?: { configured?: string; hasAllowFrom?: boolean; fallback?: string; }): string; declare function resolveResponsePrefix(cfg: KlawConfig, agentId: string, opts?: { channel?: string; accountId?: string; }): string | undefined; declare function resolveEffectiveMessagesConfig(cfg: KlawConfig, agentId: string, opts?: { hasAllowFrom?: boolean; fallbackMessagePrefix?: string; channel?: string; accountId?: string; }): { messagePrefix: string; responsePrefix?: string; }; declare function resolveHumanDelayConfig(cfg: KlawConfig, agentId: string): HumanDelayConfig | undefined; //#endregion export { resolveIdentityNamePrefix as a, resolveHumanDelayConfig as i, resolveAgentIdentity as n, resolveMessagePrefix as o, resolveEffectiveMessagesConfig as r, resolveResponsePrefix as s, resolveAckReaction as t };