import type { OAExampleObject } from '../../types';
import type { OAProperty } from '../parser/getSchemaUi';
export declare function getSchemaExample(contentType: string, uiProperties: OAProperty[] | OAProperty, useExample?: boolean): Record<string, OAExampleObject>;
