import type { $PipelineJson } from '../../commands/_common/types/CommandParser'; /** * Allow to define chatbot with no need to write full interface * * @private */ export declare const QuickChatbotHla: { type: "SYNC"; $applyToPipelineJson($pipelineJson: $PipelineJson): void; };