export declare function saveScrollPosition(): void; export declare function handleScroll(url: string, trigger?: Element | null, savedScroll?: { x: number; y: number; }): void; //# sourceMappingURL=scroll.d.ts.map