import { Any, Options } from "../../../types";
/**
 * Selects documents if a field is of the specified type.
 */
export declare const $type: (selector: string, value: Any, options: Options) => (_: import("../../../types").AnyObject) => boolean;
