# noop
```ts
/**
 * 空函数
 */
export declare const noop: () => void;

```
