export declare class FrodoError extends Error { originalErrors: Error[]; isHttpError: boolean; httpCode: string; httpStatus: number; httpMessage: string; httpDetail: string; httpErrorText: string; httpErrorReason: string; httpDescription: string; constructor(message: string, originalErrors?: Error | Error[]); getOriginalErrors(): Error[]; getCombinedMessage(): string; toString(): string; } //# sourceMappingURL=FrodoError.d.ts.map