export declare class WalletError extends Error { constructor(message: string); } export declare class FileReadError extends WalletError { constructor(filePath: string, originalError: string); } export declare class BrowserWalletError extends WalletError { constructor(); }