import { VirgilError } from '../VirgilError'; /** * Error thrown from {@link PrivateKeyStorage.save} method when saving * a private key with a name that already exists in store. */ export declare class PrivateKeyExistsError extends VirgilError { constructor(message?: string); }