export declare const $AppConfigSet: { properties: { name: { type: string; isRequired: boolean; }; displayName: { type: string; isRequired: boolean; }; state: { type: string; }; aclProfile: { type: string; isRequired: boolean; }; clientProfile: { type: string; isRequired: boolean; }; clientUsernames: { type: string; isRequired: boolean; }; authorizationGroup: { type: string; isRequired: boolean; }; mqttSession: { type: string; }; queues: { type: string; contains: { type: string; }; }; restDeliveryPoints: { type: string; contains: { type: string; }; }; services: { type: string; contains: { type: string; }; isRequired: boolean; }; attributes: { type: string; }; tags: { type: string; }; }; };