import type { Middleware } from "openapi-fetch"; export declare const authenticateRequestMiddleware: (apiKey: string) => Middleware;