export declare class ParseError extends Error { t: 'parseError'; message: string; constructor(message: any); }