import { JSONSchema7 } from 'json-schema'; export default function createProxy(schema: JSONSchema7, context: any): JSONSchema7;