export declare class XIVAPIError extends Error { ex: string; hash: string; subject: string; constructor(obj: any); }