import { KeyStore } from 'conseiljs';
export declare const keyStoreFromPrivateKey: (privateKey: string) => Promise<KeyStore>;
