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