declare const _exports: { state: {}; put({ api, name }: { api: any; name: any; }): any; get(name: any): any; }; export = _exports;