import { AbstractFlatCache } from './AbstractFlatCache'; export declare class ManualCache extends AbstractFlatCache { set(key: string, newValue: LoadedValue): Promise; }