import type { attributes } from './attributes'; import type { Tags } from './Tags'; export declare type MsgVpnRestDeliveryPointRestConsumerTlsTrustedCommonName = { tlsTrustedCommonName: string; attributes?: attributes; tags?: Tags; };