export default abstract class LdProofErrorNames {
    static OTHER_ERROR: string;
    static INVALID_NODE: string;
    static INVALID_DID: string;
    static DID_NOT_FOUND: string;
    static INVALID_VERIFICATION_METHOD: string;
    static VERIFICATION_METHOD_NOT_FOUND: string;
    static DID_NOT_VERIFIED: string;
    static INVALID_SIGNING_KEY: string;
    static NOT_SUPPORTED_SIGNATURE: string;
    static INVALID_DATA_TYPE: string;
    static JSON_DOC_NOT_SIGNED: string;
}
