import { Any, Options } from"../../../types";
/**
* Performs a modulo operation on the value of a field and selects documents with a specified result.
*/exportdeclareconst$mod: (selector: string, value: Any, options: Options) =>(_: import("../../../types").AnyObject) =>boolean;