import { JSONSchema } from "./types";
export default function resolveRef(schema: JSONSchema, rootSchema: JSONSchema): JSONSchema;
