export declare const $MetaEntityReference: { properties: { name: { type: string; isReadOnly: boolean; maxLength: number; minLength: number; pattern: string; }; displayName: { type: string; }; revision: { type: string; }; }; };