export declare class CacheUtils { static clear(opts: { prefix?: string; key: string | object; }): void; static clearAll(): Promise; }