import { SendToBackend } from "./types"; export declare const sendToBackend: SendToBackend; declare const setupWsFeatures: ({ notificationContainerPath, }: { notificationContainerPath?: string | undefined; }) => () => void; export default setupWsFeatures;