export declare class ContentKey {
    EncryptedValue: string;
    Algorithm: string;
}
