export declare const wsLog: { readonly parseFailure: (provider: string, raw: string) => void; readonly handlerFailure: (provider: string, error: unknown) => void; readonly serverError: (provider: string, message: string) => void; readonly subscribeFailure: (provider: string, channel: string, error: unknown) => void; readonly unknownMarket: (provider: string, marketId: string) => void; readonly marketRefreshFailure: (provider: string, error: unknown) => void; readonly listenerFailure: (provider: string, listenerType: string, error: unknown) => void; }; //# sourceMappingURL=wsLog.d.ts.map