import type { SimpleFunction } from "@next-core/brick-types"; export declare function debounceByAnimationFrame

(fn: SimpleFunction): SimpleFunction;