export declare const throttle: (func: (...args: T) => any, wait?: number) => ((...args: T) => void) | undefined; export declare const debounce: void>(func: T, delay?: number) => (T | (() => void))[]; //# sourceMappingURL=func.d.ts.map