import PluridServer from '@plurid/plurid-react-server'; import { DelogLogic } from './data/interfaces'; /** SERVER */ declare const delogServer: PluridServer; declare const delogSetup: (logic?: DelogLogic) => void; export * from './data/interfaces'; export { delogSetup, }; export default delogServer;