export * from './basic'; export interface VideoboxCache { get(key: string): Promise; set(key: string, value: any, life?: number): Promise; }