export declare class EncryptionMethod {
    Algorithm: string;
}
