export declare const HEALTHZ_VIEW_NAME = "healthz";
export declare const up: () => Promise<void>;
export declare const down: () => Promise<void>;
