/** * Debounce a method */ export declare function pghDebounceTime(ms: number): (target: any, key: any, descriptor: any) => any;