import type { attributes } from './attributes'; import type { CommonName } from './CommonName'; import type { CommonTopic } from './CommonTopic'; import type { Tags } from './Tags'; import type { TopicSyntax } from './TopicSyntax'; export declare type MsgVpnAclProfileSubscribeException = { subscribeTopicException: CommonTopic; subscribeTopicExceptionSyntax: TopicSyntax; attributes?: attributes; tags?: Tags; environments: Array; };