import { AsyncAction, InMemoryCache, Key } from './InMemoryCache'; export declare class NoCache extends InMemoryCache { constructor(); get(_key: Key, asyncAction: AsyncAction, _ttl?: number): Promise; getVal(): T; set(): boolean; invalidate(): void; keys(): string[]; shutdown(): void; clear(): void; } //# sourceMappingURL=NoCache.d.ts.map