import type { ChannelSetupWizard } from "openclaw/plugin-sdk/setup"; /** * 钉钉 ChannelSetupWizard — 交互式配置向导 * * 声明式描述了钉钉 Stream 模式机器人的配置流程: * 1. 凭据步骤:clientId (AppKey) + clientSecret (AppSecret) * 2. AllowFrom:配置允许的用户 ID * 3. DM 策略 */ export declare const dingtalkSetupWizard: ChannelSetupWizard; //# sourceMappingURL=setup-surface.d.ts.map