import { Filter, WithId } from 'mongodb'; export declare const combineFilters: (...args: Filter>[]) => Filter;