import { type ChatType } from "../channels/chat-type.js"; import type { KlawConfig } from "../config/types.klaw.js"; export declare function resolveFirstBoundAccountId(params: { cfg: KlawConfig; channelId: string; agentId: string; peerId?: string; exactPeerIdAliases?: string[]; peerKind?: ChatType; groupSpace?: string | null; memberRoleIds?: string[]; }): string | undefined;