import type { Filter } from 'mongodb'; export declare const generateDbFilterById: (id: unknown, query?: Filter) => Filter;