/** * Flattens the {@link AggregateError.errors} contained in the specified {@link AggregateError} and * returns a new error instance containing the flattened errors. * @param error * @returns */ export declare function flattenAggregateError(error: AggregateError): AggregateError; //# sourceMappingURL=aggregateErrorHelpers.d.ts.map