import type { RxPlugin } from '../../types/index.js'; export type * from './types.js'; export * from './flagged-functions.js'; export * from './rx-pipeline.js'; export declare const RxDBPipelinePlugin: RxPlugin;