// stub export async function fireHealthCheckHealthyAlert( orgId: string, healthCheckId: number, healthCheckName?: string, extra?: Record ): Promise { return; } export async function fireHealthCheckUnhealthyAlert( orgId: string, healthCheckId: number, healthCheckName?: string, extra?: Record ): Promise { return; }