import { GenericParser } from "./GenericParser"; export declare class RevocationParser extends GenericParser { constructor(); _clean(obj: any): void; _verify(obj: any): "" | "No pubkey found" | "Wrong user id format" | "Could not extract block uid" | "No signature found for identity" | "No revocation signature found"; }