import type { attributes } from './attributes'; import type { Tags } from './Tags'; export declare type MsgVpnRestDeliveryPointQueueBindingHeader = { headerName: string; headerValue: string; attributes?: attributes; tags?: Tags; };