import type { EncryptFunction } from '../interfaces.d';
declare const encrypt: EncryptFunction;
export default encrypt;
