export declare const $TopicAddressResourceDTO: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; }; readonly applicationDomainId: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly resource: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };