import { VideoboxCache } from '.'; export declare class BasicCache implements VideoboxCache { constructor(); get(key: string): Promise; set(key: string, value: any, life?: number): Promise; }