type LazyConfig = { container?: Element | null; element: Element; render: () => void; offscreen?: () => void; offset: number; noRemove?: boolean; observer?: IntersectionObserver; }; export declare function dispatch(): void; export declare function removeStack(id?: string | null, removeListener?: boolean): void; export declare function addStack(obj: LazyConfig): string | null; export {}; //# sourceMappingURL=lazyload.d.ts.map