import type { GatewayHttpContext } from "./types.js"; export declare const handleProvidersApi: (_ctx: GatewayHttpContext, req: Request, url: URL) => Promise;