export declare const $MsgVpnClientProfile: { properties: { clientProfileName: { type: string; isRequired: boolean; }; allowGuaranteedMsgSendEnabled: { type: string; isRequired: boolean; }; allowTransactedSessionsEnabled: { type: string; isRequired: boolean; }; allowGuaranteedMsgReceiveEnabled: { type: string; isRequired: boolean; }; allowGuaranteedEndpointCreateEnabled: { type: string; isRequired: boolean; }; compressionEnabled: { type: string; isRequired: boolean; }; attributes: { type: string; }; tags: { type: string; }; environments: { type: string; contains: { type: string; }; isRequired: boolean; }; }; };