export declare function genRobotMsg({ errorMap, mrId, mrUrl, repoConfig, total, }: { errorMap: Record; mrId: string | number; mrUrl: string; repoConfig: any; total: any; }): string;