import type { IncomingMessage, ServerResponse } from 'node:http'; export declare const healthCheck: (_: IncomingMessage, res: ServerResponse) => void; //# sourceMappingURL=healthCheck.d.ts.map