import type { Debouncer as DebouncerOriginal } from 'obsidian'; export declare function debounce(callback: (...$arguments: [...T]) => V, timeout?: number, resetTimer?: boolean): DebouncerOriginal;