import { SchemaNode } from "./schemaNode";
export default function resolveRef(node: SchemaNode): SchemaNode;
