//#region src/internal/function/misc.d.ts /** * A function that does nothing, which can be useful, I guess… */ declare function noop(): void; //#endregion export { noop };