/** * The `noop` function stands for `no operation`. It takes any number of arguments and returns nothing. * * [Aracna Reference](https://aracna.dariosechi.it/core/functions/noop) */ export declare function noop(...args: any[]): any;