export declare const $Meta: { properties: { version: { type: string; }; lastModified: { type: string; isReadOnly: boolean; }; lastModifiedBy: { type: string; }; created: { type: string; isReadOnly: boolean; }; createdBy: { type: string; }; stage: { type: string; }; derivedFrom: { type: string; }; attributes: { type: string; }; }; };