NITISHRG15102007's picture
Finalize submission checks and long inference output format
fea495a verified
import type { ProxyServer } from './types';
import type { FetchHandler } from './fetch-api';
export declare function createProxyServer({ onFetch, }: {
onFetch?: FetchHandler;
}): Promise<ProxyServer>;