export declare function debounce(key: string, task: () => (void), timeout?: number): void;
