export namespace supportedContentEncodings {
    let AES_GCM: string;
    let AES_128_GCM: string;
}
export namespace supportedUrgency {
    let VERY_LOW: string;
    let LOW: string;
    let NORMAL: string;
    let HIGH: string;
}
