export declare const $MsgVpnMqttSession: { properties: { mqttSessionClientId: { type: string; isRequired: boolean; }; enabled: { type: string; isRequired: boolean; }; mqttSessionVirtualRouter: { type: string; isRequired: boolean; }; queueMaxTtl: { type: string; }; queueMaxMsgSpoolUsage: { type: string; }; queueRespectTtlEnabled: { type: string; }; owner: { type: string; }; attributes: { type: string; }; tags: { type: string; }; environments: { type: string; contains: { type: string; }; isRequired: boolean; }; }; };