import type { RxPlugin, RxQuery } from '../../types'; export declare function runBuildingStep(rxQuery: RxQuery, functionName: string, value: any): RxQuery; export declare function applyBuildingStep(proto: any, functionName: string): void; export * from './mquery/nosql-query-builder'; export declare const NxDBQueryBuilderPlugin: RxPlugin;