declare const encrypt: (value_: any, privateValue: string) => string; export default encrypt;