/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { Base64EncryptedDataType } from "./Base64EncryptedDataType"; import { ConfidentialityType } from "./ConfidentialityType"; import { EncryptedType } from "./EncryptedType"; import { FolderType } from "./FolderType"; import { HeaderType } from "./HeaderType"; import { JAXBElementSignature } from "./JAXBElementSignature"; export declare class Kmehrmessage { constructor(json: JSON | any); base64EncryptedData?: Base64EncryptedDataType; confidentiality?: ConfidentialityType; encryptedData?: EncryptedType; folders?: Array; header?: HeaderType; signature?: JAXBElementSignature; }