export declare const $ApplicationDomain: { properties: { createdTime: { type: string; isReadOnly: boolean; }; updatedTime: { type: string; isReadOnly: boolean; }; createdBy: { type: string; isReadOnly: boolean; }; changedBy: { type: string; isReadOnly: boolean; }; id: { type: string; isReadOnly: boolean; }; name: { type: string; isRequired: boolean; maxLength: number; minLength: number; }; description: { type: string; maxLength: number; }; uniqueTopicAddressEnforcementEnabled: { type: string; }; topicDomainEnforcementEnabled: { type: string; }; type: { type: string; }; }; };