export declare function createSSE(path: string, callData?: (data: any) => void, opt?: { reconnectTime?: number; }): any;