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