import { IHealth } from "./health.interface";
export declare class GenericHealth implements IHealth {
    status(): Promise<any>;
}
