import type { CommonDisplayNameReadOnly } from './CommonDisplayNameReadOnly'; import type { SemVerReadOnly } from './SemVerReadOnly'; export declare type MetaEntityReference = { readonly name?: string; displayName?: CommonDisplayNameReadOnly; revision?: SemVerReadOnly; };