/****************************************************************** * Copyright (C) 2021 LvChengbin * * File: utils/decode-quotes.ts * Author: LvChengbin * Time: 06/13/2021 * Description: ******************************************************************/ export default function decodeQuotes(data: string): string;