import type { SchemaObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
/**
 * Generate property description from type/format
 *
 * @param value - The schema object to generate description from
 * @returns Description string or null if no description available
 */
export declare const getPropertyDescription: (value: SchemaObject | undefined) => string | null;
//# sourceMappingURL=get-property-description.d.ts.map