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