rag-context-optimizer / frontend /node_modules /next /dist /experimental /testmode /proxy /server.d.ts
| import type { ProxyServer } from './types'; | |
| import type { FetchHandler } from './fetch-api'; | |
| export declare function createProxyServer({ onFetch, }: { | |
| onFetch?: FetchHandler; | |
| }): Promise<ProxyServer>; | |