import { XFetch, XSSERequestOptions } from './xnode.sse.types';
export declare function xnodeSseFetchProxy(url: string, options: XSSERequestOptions, fetch?: XFetch): Promise<void>;
