export declare class PrimeTrustAPIError { status: number; title: string; source: object; detail: string; }