import GenericCache from "./GenericCache.js";
export default class LocalStorageCachingStrategy extends GenericCache {
    constructor();
}
