import { JSONValueType } from "./@types";
export { JSONValueType };
export { JSONStringFormat } from "./formats";
export declare function inferType(value: unknown): JSONValueType;
