import { AnyFunction } from '@codeleap/types'; export declare function throttle(func: AnyFunction, ref?: string, delay?: number): string | undefined; export declare function debounce(func: AnyFunction, ref?: string, delay?: number): string; //# sourceMappingURL=backgroundTimer.d.ts.map