import type { Context } from 'hono'; import { type StartupUnavailableGatewayMethod } from '../../startup-readiness.js'; export declare function respondStartupUnavailable(c: Context, method: StartupUnavailableGatewayMethod, retryAfterMs?: number): Response;