import type { RepoConfigType } from './types'; export declare function parseEslintAndSendRobot({ mrId, mrUrl, lintReportFile, repoConfig, robotInfo, }: { mrId: string | number; mrUrl: string; lintReportFile: string; repoConfig: RepoConfigType; robotInfo: { webhookUrl: string; chatId: string; }; }): Promise | undefined;