import { i as OpenClawConfig } from "./types.openclaw-oSBece7v.js"; import { n as ChannelSetupWizard } from "./setup-wizard-types-BWkQz0-i.js"; import { H as ChannelSetupAdapter } from "./types.adapters-C-tOPnor.js"; //#region extensions/feishu/src/setup-core.d.ts declare function setFeishuNamedAccountEnabled(cfg: OpenClawConfig, accountId: string, enabled: boolean): OpenClawConfig; declare const feishuSetupAdapter: ChannelSetupAdapter; //#endregion //#region extensions/feishu/src/setup-surface.d.ts type WizardPrompter = Parameters>[0]["prompter"]; declare function runFeishuLogin(params: { cfg: OpenClawConfig; prompter: WizardPrompter; }): Promise; declare const feishuSetupWizard: ChannelSetupWizard; //#endregion export { setFeishuNamedAccountEnabled as i, runFeishuLogin as n, feishuSetupAdapter as r, feishuSetupWizard as t };