/** * 空函数 * @param args - 任意参数 */ declare function noop(...args: any[]): any; export { noop };