import { GenericParser } from "./GenericParser"; export declare class IdentityParser 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 self-certification"; }