export declare function scrollToHash(hash: string, fallbackTop?: boolean): void; export declare function bindEvent(target: EventTarget, type: string, handler: EventListener): () => void;