/** * Telegram ChannelSetupWizard factory (onboard / tooling). */ import type { ChannelSetupWizard } from '@xopcai/xopc/channels/plugins/types.adapters.js'; export declare function createTelegramSetupWizard(): ChannelSetupWizard;