import type { ICosInfo, ILocalConfig, ISecretInfo } from './types'; export declare function sendRainbowInfoToRobot({ newConfig, originConfig, secretInfo, cosInfo, appName, isGenAll, chatId, webhookUrl, }: { newConfig: ILocalConfig; originConfig: ILocalConfig; secretInfo: ISecretInfo; cosInfo: ICosInfo; appName: string; isGenAll?: boolean; chatId: string; webhookUrl: string; }): Promise;