import type { ChannelSetupAdapter, OpenClawConfig } from "agdi/plugin-sdk/setup"; import { parseLineAllowFromId } from "./account-helpers.js"; import { listLineAccountIds } from "./setup-runtime-api.js"; export declare function patchLineAccountConfig(params: { cfg: OpenClawConfig; accountId: string; patch: Record; clearFields?: string[]; enabled?: boolean; }): OpenClawConfig; export declare function isLineConfigured(cfg: OpenClawConfig, accountId: string): boolean; export { parseLineAllowFromId }; export declare const lineSetupAdapter: ChannelSetupAdapter; export { listLineAccountIds };