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