declare const encryptText: (text: string, securityKey?: Buffer, initVector?: Buffer) => string;
export default encryptText;
