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