import { Any, AnyObject, Options, Predicate } from "../../../types";
/**
 * Validate document against a given JSON Schema.
 */
export declare function $jsonSchema(_: string, schema: Any, options: Options): Predicate<AnyObject>;
