export declare const cached: <T>(func: (...args: any) => Promise<T>, key: string) => Promise<T>;
//# sourceMappingURL=cache.d.ts.map