import { Context } from "../context"; import { KeystoreError } from "./error"; export declare function errorMessage(context: Context, error: KeystoreError): string;