export declare function myBrowser(): { browserType: string; osType: string; }; export declare function measureScrollbar(selectors: string, _direction?: string): number; export declare function debounce(func: any, wait: number, immediate?: boolean): { (this: any): void; cancel: () => void; }; export declare const detectZoom: () => number;