//#region src/utils/noop.d.ts
declare const noop: (..._args: any[]) => void;
//#endregion
export { noop };