import { i as OpenClawConfig } from "./types.openclaw-fYj4Ft14.js"; import { n as ChannelSetupWizard } from "./setup-wizard-types-BBRk9Kyy.js"; import { H as ChannelSetupAdapter } from "./types.adapters-XRxx257p.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 };