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