import { ws as OpenClawPluginToolContext } from "./types-C_nat0ED.js"; import { n as ChannelSetupWizard } from "./setup-wizard-types-BBRk9Kyy.js"; import { H as ChannelSetupAdapter } from "./types.adapters-XRxx257p.js"; import { a as AnyAgentTool } from "./plugin-entry-D3iV1gAb.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 };