export declare class SimpleCache { private map; get(key: any, factory?: () => Promise): Promise; entries(): Promise; }