import type { Document } from 'bson'; export declare const VIEW_PIPELINE_UTILS: { MIN_VERSION_FOR_VIEW_SEARCH_COMPATIBILITY_DE: string; MIN_VERSION_FOR_VIEW_SEARCH_COMPATIBILITY_COMPASS: string; isPipelineSearchQueryable: (pipeline: Document[]) => boolean; isVersionSearchCompatibleForViewsDataExplorer: (serverVersion: string) => boolean; isVersionSearchCompatibleForViewsCompass: (serverVersion: string) => boolean; }; //# sourceMappingURL=views.d.ts.map