import { LicenseName } from './index'; /** * 读取许可证文件内容 * @param licenseName 许可证名称 * @returns 许可证文本 */ export declare function readLicenseFile(licenseName: LicenseName): string;