import { JsonSchema } from "../types";
export declare function shallowCloneSchemaNode(node: JsonSchema): {
    [x: string]: any;
};
