/**
 * @license
 * Copyright 2020 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Registers key managers for all PublicKeyVerify and PublicKeySign key types
 * from the current Tink release.
 */
export declare function register(): void;
export declare const VERIFY_PRIMITIVE_NAME: string;
export declare const ECDSA_PUBLIC_KEY_TYPE: string;
export declare const SIGN_PRIMITIVE_NAME: string;
export declare const ECDSA_PRIVATE_KEY_TYPE: string;
