import { type IncomingMessage, type ServerResponse } from 'node:http'; import type { OBAuthHeaders } from './types.js'; export declare function proxyRequest(req: IncomingMessage, res: ServerResponse, upstreamUrl: string, obAuthHeaders: OBAuthHeaders): Promise; export declare function sendUnauthorized(res: ServerResponse, error: string, obAuthHeaders: OBAuthHeaders): void; //# sourceMappingURL=proxy.d.ts.map