/** * * @param text 下载文本 * @param fileName 文件名 */ declare function downloadFileWithText(text: string, fileName?: string): void; export default downloadFileWithText;