declare function noop(): void;
/**
 * 空函数
 */
export default noop;
