import { HealthCheck } from '../interfaces/health-check.interface';
export declare function UseHeathChecks(...HealthChecks: (HealthCheck | Function)[]): <TFunction extends Function, Y>(target: Object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void;
