import type { EntityDescriptor } from '../../../types'; export declare const convertToEntityDescriptor: (valueOrDescriptor: any) => EntityDescriptor;