export declare const throttleEvent: (callback: EventListener, time?: number, immediate?: 0 | 1) => EventListener;
