declare function encryptString(plainText: string, key: string, iv: string): string;
export { encryptString };
