import { SchemaTypesType } from '@ui-schema/ui-schema'; export declare const schemaTypeToDistinct: (schemaType: SchemaTypesType, noInputTypes?: string[]) => string | undefined;