/** * 合并一组回调函数 * * @param callbacks 一组回调函数 */ export default function mergeCallbacks(...callbacks: Array): T;