/**
 * @license
 * Copyright 2020 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { HybridKeyTemplates } from './hybrid_key_templates';
export declare const eciesP256HkdfHmacSha256Aes128CtrHmacSha256KeyTemplate: typeof HybridKeyTemplates.eciesP256HkdfHmacSha256Aes128CtrHmacSha256;
