export declare class XandrError extends Error { error: string; code: string; status: number; headers: Record; constructor(error: string, code: string, status: number, headers: Record); }