export { Client } from '@iobroker/db-objects-redis'; export { ObjectsInMemoryServerClass as Server } from './lib/objects/objectsInMemServerClass.js'; /** * Get the default port of the objects db */ export declare function getDefaultPort(): number; //# sourceMappingURL=index.d.ts.map