import type { RxDatabase, RxPlugin, RxState } from '../../types/index.d.ts'; export * from './helpers.ts'; export declare function addState(this: RxDatabase, namespace?: string): Promise>; export declare const RxDBStatePlugin: RxPlugin;