export declare const $MsgVpnAuthorizationGroup: { properties: { authorizationGroupName: { type: string; isRequired: boolean; }; aclProfileName: { type: string; isRequired: boolean; }; clientProfileName: { type: string; isRequired: boolean; }; enabled: { type: string; isRequired: boolean; }; attributes: { type: string; }; tags: { type: string; }; environments: { type: string; contains: { type: string; }; isRequired: boolean; }; }; };