import { PrivateKey } from './private-key'; export declare class Keystore extends PrivateKey { readonly keystore: string; readonly password?: string | undefined; constructor(keystore: string, password?: string | undefined); private static decryptKeystoreFile; }