import type { OpenClawConfig } from "../../config/config.js"; import type { ChannelAccountSnapshot, ChannelPlugin } from "./types.js"; export declare function buildChannelAccountSnapshot(params: { plugin: ChannelPlugin; cfg: OpenClawConfig; accountId: string; runtime?: ChannelAccountSnapshot; probe?: unknown; audit?: unknown; }): Promise;