/** * @description 将函数聚合,不负责返回值 * @param args 函数体 */ export declare const fnUnion: (...args: Array) => () => void;