export default class LdProofError extends Error {
    static ERR_TYPE: string;
    readonly type: string;
    constructor(name: string, message: string);
}
