import { set } from 'idb-keyval';
declare function wrappedGet(key: string): Promise<any>;
export { set, wrappedGet as get, };
