import { IPaginatedDataCache } from "../interfaces"; export declare class PaginatedCacheRegistry { protected _registry: Map>; }