export interface APIErrorResponse {
    code: string;
    message: string;
    httpStatus?: number;
}
export declare function isAPIErrorResponse(object: any): object is APIErrorResponse;
//# sourceMappingURL=APIErrorResponse.d.ts.map