import type { OpenAPI } from '@scalar/openapi-types';
export declare function hasExample(schema: Partial<OpenAPI.SchemaObject>): boolean;
