import { Rule } from '../types/rule';
export declare function json(schema: Rule, data: any): any;
