import { n as ChannelSetupWizard } from "./setup-wizard-types-BWkQz0-i.js"; import { H as ChannelSetupAdapter } from "./types.adapters-C-tOPnor.js"; import { Is as OpenClawPluginToolContext } from "./types-Yz3EZWA82.js"; import { a as AnyAgentTool } from "./plugin-entry-BTRQGtzH.js"; //#region extensions/zalouser/src/tool.d.ts type ZalouserToolContext = Pick; declare function createZalouserTool(context?: ZalouserToolContext): AnyAgentTool; //#endregion //#region extensions/zalouser/src/setup-core.d.ts declare const zalouserSetupAdapter: ChannelSetupAdapter; declare function createZalouserSetupWizardProxy(loadWizard: () => Promise): ChannelSetupWizard; //#endregion //#region extensions/zalouser/src/setup-surface.d.ts declare const zalouserSetupWizard: ChannelSetupWizard; //#endregion export { createZalouserTool as i, createZalouserSetupWizardProxy as n, zalouserSetupAdapter as r, zalouserSetupWizard as t };