/**
 * Debounce function
 *
 * @param fnc Function to execute
 * @param time Time to wait until the function gets executed
 */
export declare const debounce: () => (fnc: Function, time: number) => void;
//# sourceMappingURL=Util.d.ts.map