/** * Utility error to wrap other errors to make them more understandable */ export declare class CompositeError extends Error { reason: Error; constructor(msg: string, reason: Error); } //# sourceMappingURL=composite.error.d.ts.map