import { JsonSchemaObject } from "../Types.js";
export declare const parseDefault: (_schema: JsonSchemaObject) => string;
