export declare function odsDebounce(fn: Function, ms?: number): (this: any, ...args: any[]) => void;