/**
 * HTTP Stream authenticator for FastMCP
 * Validates the OpenWeatherMap API key from the Authorization Bearer token
 */
export declare function httpStreamAuthenticator(request: any): Promise<Record<string, any>>;
//# sourceMappingURL=http.d.ts.map