/**
 * Converts an example value to a string that can be displayed in the UI.
 */
export declare function formatExample(example: unknown): string | number;
//# sourceMappingURL=format-example.d.ts.map