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