import type { OpenClawConfig } from "openclaw/plugin-sdk/config-contracts"; export declare function inspectMeetAccount(params: { cfg: OpenClawConfig; accountId?: string | null; }): import("./types.js").ResolvedMeetAccount;