import type { attributes } from './attributes'; import type { CommonName } from './CommonName'; import type { Tags } from './Tags'; export declare type MsgVpnAclProfileClientConnectException = { clientConnectExceptionAddress: string; attributes?: attributes; tags?: Tags; environments: Array; };