import { Encrypter } from "../types";
/**
 * Encrypt keys with scrypt.
 */
export declare const ScryptEncrypter: Encrypter;
