export declare const $MsgVpnQueue: { properties: { queueName: { type: string; isRequired: boolean; }; ingressEnabled: { type: string; isRequired: boolean; }; egressEnabled: { type: string; isRequired: boolean; }; owner: { type: string; isRequired: boolean; }; permission: { type: string; isRequired: boolean; }; accessType: { type: string; isRequired: boolean; }; maxTtl: { type: string; }; maxMsgSpoolUsage: { type: string; }; respectTtlEnabled: { type: string; }; queueSubscriptions: { type: string; contains: { type: string; }; isRequired: boolean; }; attributes: { type: string; }; tags: { type: string; }; environments: { type: string; contains: { type: string; }; isRequired: boolean; }; }; };