import type { SchemaObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
/**
 * Optimize the value by removing nulls from compositions and merging root properties.
 *
 * TODO: figure out what this does
 */
export declare function optimizeValueForDisplay(value: SchemaObject | undefined): SchemaObject | undefined;
//# sourceMappingURL=optimize-value-for-display.d.ts.map