import type { attributes } from './attributes'; import type { CommonName } from './CommonName'; import type { MsgVpnRestDeliveryPointQueueBindingHeader } from './MsgVpnRestDeliveryPointQueueBindingHeader'; import type { Tags } from './Tags'; export declare type MsgVpnRestDeliveryPointQueueBinding = { postRequestTarget: string; queueBindingName: CommonName; requestHeaders?: Array; attributes?: attributes; tags?: Tags; };