/**
 * 脚本文件扩展名
 *
 * @type {string}
 */
export const scriptExt: string;
/**
 * JS 脚本文件扩展名
 *
 * @type {string}
 */
export const javascriptExt: string;
/**
 * TS 脚本文件扩展名
 *
 * @type {string}
 */
export const typescriptExt: string;
/**
 * 测试脚本文件名后缀
 *
 * @type {string}
 */
export const testSuffix: string;
