export declare const getFileDateName: () => string; /** * @Title: 复制内容 * @Describe: * @Author: Wzw */ export declare const copyText: (text: string) => void;