import { PrimeTrustAPIError } from './PrimeTrustAPIError'; export declare class APIResponse { errors?: PrimeTrustAPIError[] | any[]; response?: T; status: number; }