import type { attributes } from './attributes'; import type { CommonName } from './CommonName'; import type { Tags } from './Tags'; export declare type MsgVpnAuthorizationGroup = { authorizationGroupName: CommonName; aclProfileName: CommonName; clientProfileName: CommonName; enabled: boolean; attributes?: attributes; tags?: Tags; environments: Array; };