import type { AnyAsyncFn } from "../ts/types.js"; export declare const asyncDebounce: (generator: G, ignoreArgs?: boolean) => G; //# sourceMappingURL=asyncDebounce.d.ts.map