import { Encrypter } from "../types";
/**
 * "Encrypt" keys in a very basic, naive way.
 */
export declare const IdentityEncrypter: Encrypter;
