import type { KlawConfig } from "../config/types.klaw.js"; import type { ChannelId } from "./plugins/types.public.js"; export type ReadOnlyInspectedAccount = Record; export declare function inspectReadOnlyChannelAccount(params: { channelId: ChannelId; cfg: KlawConfig; accountId?: string | null; }): Promise;