export declare function recordScrollPosition(id: string, position: [number, number] | null): void; export declare function getScrollPosition(id: string): [number, number] | false; export declare function consumeScrollPosition(id: string): [number, number] | false;