import { filter, _filter } from "./filter"; /** * {@inheritDoc filter} */ export declare const where: typeof filter; /** * {@inheritDoc _filter} */ export declare const _where: typeof _filter;