import type { JSONSchema7 } from 'json-schema';
export declare function jsonSchemaToCompactText(schema: JSONSchema7, indent?: number): string;
