/** * 返回`undefined`,无论传递给它的是什么参数。 * 可以用作默认可选的回调参数。 * * @example * noop() * => undefined */ export declare function noop(): undefined;