declare const simpleCache: () => (key: string, callback: () => Promise) => Promise; export default simpleCache; //# sourceMappingURL=cache.d.ts.map