import { JSONSchema7 } from "json-schema";
export declare const resolveSchema: (schema: JSONSchema7, definitions: any) => JSONSchema7;
