/**
 * @description 返回一个空函数
 *
 */
declare const noop: () => void;
export default noop;
