import { ScrollerListProps } from "@etsoo/react";
export declare function listCacheKeyGenerator(cacheKey: string): string;
export declare function useListCacheInitLoad<T extends object>(cacheKey: string | undefined, cacheMinutes: number): ScrollerListProps<T>["onInitLoad"];
