export declare function sortRobotMapByRobot(robotMap?: {
    [k: string]: {
        test: number;
        [k: string]: any;
    };
}): {
    [k: string]: {
        [k: string]: any;
        test: number;
    };
};
export declare function updateQQTencentSheetLine(rainbowConfig: Record<string, any>): void;
