export declare const $MsgVpnRestDeliveryPointQueueBinding: { properties: { postRequestTarget: { type: string; isRequired: boolean; maxLength: number; minLength: number; }; queueBindingName: { type: string; isRequired: boolean; }; requestHeaders: { type: string; contains: { type: string; }; }; attributes: { type: string; }; tags: { type: string; }; }; };