type fn = () => void; export declare const lazyInitialize: (target: Element, onIntersection: fn) => void; export {};