import type { attributes } from './attributes'; import type { CommonName } from './CommonName'; import type { CommonTopic } from './CommonTopic'; import type { Tags } from './Tags'; export declare type MsgVpnQueueSubscription = { subscriptionTopic: CommonTopic; attributes?: attributes; tags?: Tags; environments: Array; };