import { type ChannelSetupAdapter, type OpenClawConfig } from "agdi/plugin-sdk/setup"; export declare function setFeishuNamedAccountEnabled(cfg: OpenClawConfig, accountId: string, enabled: boolean): OpenClawConfig; export declare const feishuSetupAdapter: ChannelSetupAdapter;