declare const decryptText: (encryptedData: string) => string;
export default decryptText;
