/** * Class representing an error that occured while parsing the keyserver's html */ export declare class ParseError extends Error { /** Constructor for creating a new parse error */ constructor(attribute?: string); }