import { IHealthCheck } from '../interfaces/health-check.interface';
export declare const UseHeathCheck: (Check: Function | IHealthCheck) => (target: any, key?: any, descriptor?: any) => void;
