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