declare module 'scroll-anchoring' { export function findAnchorNode(document: Document): Node | undefined export function preserveAnchorNodePosition( document: Document, callback: () => Promise | T, ): Promise export function preservePosition(anchorNode: Node, callback: () => Promise | T): Promise }