import { JSONSchema4 } from "json-schema";
export declare const get: (version: string) => Promise<JSONSchema4>;
