import { CustomError } from '@malagu/core'; export declare class HealthNotFoundError extends CustomError { indicatorName: string; constructor(indicatorName: string, message: string); } //# sourceMappingURL=health-errors.d.ts.map