declare const F: { set(k: string, v: any): any; del(k: string): any; get(k?: string): any; }; export default F;