import { CryptoInterface } from './crypto';
export interface Libloki {
api: any;
crypto: CryptoInterface;
storage: any;
serviceNodes: any;
}